mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Temporary workaround for a Mac OSX specific issue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27482 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b987016469
commit
afd131ed0b
@ -367,6 +367,11 @@ ifdef UNIVERSAL
|
||||
DISABLE_AUTO_DEPENDENCIES=1
|
||||
endif
|
||||
|
||||
# Temporary workaround for a Mac OSX specific issue.
|
||||
ifdef NO_CXA_ATEXIT
|
||||
CompileCommonOpts += -fno-use-cxa-atexit
|
||||
endif
|
||||
|
||||
LD.Flags += -L$(LibDir) -L$(LLVMLibDir)
|
||||
CPP.BaseFlags += -D_GNU_SOURCE -D__STDC_LIMIT_MACROS
|
||||
# All -I flags should go here, so that they don't confuse llvm-config.
|
||||
|
Loading…
Reference in New Issue
Block a user