aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-14 05:55:03 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-14 05:55:03 +0000
commit8e004f69769d7fc77faabbb9f67a3e6600c6d1f1 (patch)
treec377d882cc05a690c392d6f356f87e0d29efa268 /Makefile.rules
parent7292a4ed9741e2456a41808e0dffb57f2f6addad (diff)
downloadexternal_llvm-8e004f69769d7fc77faabbb9f67a3e6600c6d1f1.zip
external_llvm-8e004f69769d7fc77faabbb9f67a3e6600c6d1f1.tar.gz
external_llvm-8e004f69769d7fc77faabbb9f67a3e6600c6d1f1.tar.bz2
AuroraUX needs special Solaris system header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 85a3b79..e3f388d 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -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.