mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Make sure the CXXFLAGS setting is picked up by
the common Makefile. Not sure why this suddenly started causing problems. llvm-svn: 71925
This commit is contained in:
parent
a13774ee79
commit
28cf31b990
@ -23,8 +23,8 @@ DONT_BUILD_RELINKED = 1
|
||||
LINK_COMPONENTS :=
|
||||
LIBS += -llto
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
# Because off_t is used in the public API, the largefile parts are required for
|
||||
# ABI compatibility.
|
||||
CXXFLAGS+=-I$(BINUTILS_INCDIR) -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lLTO
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
Loading…
Reference in New Issue
Block a user