AuroraUX needs special Solaris system header.
authorEdward O'Callaghan <eocallaghan@auroraux.org>
Wed, 14 Oct 2009 05:55:03 +0000 (05:55 +0000)
committerEdward O'Callaghan <eocallaghan@auroraux.org>
Wed, 14 Oct 2009 05:55:03 +0000 (05:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84076 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 85a3b7926c85bf040afd74e65b2e83eeeb77a494..e3f388d543488b925a61c8403a98838e314be546 100644 (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.