mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
Make sure the CXXFLAGS setting is picked up by
the common Makefile. Not sure why this suddenly started causing problems. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71925 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e556720ea8
commit
10287438e1
@ -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