mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
AuroraUX needs special Solaris system header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84076 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d83c2ca336
commit
df199f11c6
@ -671,6 +671,10 @@ ifeq ($(HOST_OS),SunOS)
|
|||||||
CPP.BaseFlags += -include llvm/System/Solaris.h
|
CPP.BaseFlags += -include llvm/System/Solaris.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(HOST_OS),AuroraUX)
|
||||||
|
CPP.BaseFlags += -include llvm/System/Solaris.h
|
||||||
|
endif # !HOST_OS - AuroraUX.
|
||||||
|
|
||||||
LD.Flags += -L$(LibDir) -L$(LLVMLibDir)
|
LD.Flags += -L$(LibDir) -L$(LLVMLibDir)
|
||||||
CPP.BaseFlags += -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS
|
CPP.BaseFlags += -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS
|
||||||
# All -I flags should go here, so that they don't confuse llvm-config.
|
# All -I flags should go here, so that they don't confuse llvm-config.
|
||||||
|
Loading…
Reference in New Issue
Block a user