AuroraUX needs special Solaris system header.

llvm-svn: 84076
This commit is contained in:
Edward O'Callaghan 2009-10-14 05:55:03 +00:00
parent 734351d214
commit 4ae411e096
1 changed files with 4 additions and 0 deletions

View File

@ -671,6 +671,10 @@ ifeq ($(HOST_OS),SunOS)
CPP.BaseFlags += -include llvm/System/Solaris.h
endif
ifeq ($(HOST_OS),AuroraUX)
CPP.BaseFlags += -include llvm/System/Solaris.h
endif # !HOST_OS - AuroraUX.
LD.Flags += -L$(LibDir) -L$(LLVMLibDir)
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.