mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
A saner workaround. I hope.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27483 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
afd131ed0b
commit
4d0586be0f
@ -367,9 +367,11 @@ ifdef UNIVERSAL
|
|||||||
DISABLE_AUTO_DEPENDENCIES=1
|
DISABLE_AUTO_DEPENDENCIES=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Temporary workaround for a Mac OSX specific issue.
|
# Temporary workaround for a Mac OSX / x86 compatibility issue.
|
||||||
ifdef NO_CXA_ATEXIT
|
ifeq ($(OS),Darwin)
|
||||||
CompileCommonOpts += -fno-use-cxa-atexit
|
ifeq ($(ARCH),x86)
|
||||||
|
CXX.Flags += -fno-use-cxa-atexit
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LD.Flags += -L$(LibDir) -L$(LLVMLibDir)
|
LD.Flags += -L$(LibDir) -L$(LLVMLibDir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user