summaryrefslogtreecommitdiff
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
commitdf199f11c669b70389553329d582fb7cef86e3b6 (patch)
treec377d882cc05a690c392d6f356f87e0d29efa268 /Makefile.rules
parentd83c2ca3368f90d60234848e751842d29b248039 (diff)
downloadllvm-df199f11c669b70389553329d582fb7cef86e3b6.tar.gz
llvm-df199f11c669b70389553329d582fb7cef86e3b6.tar.bz2
llvm-df199f11c669b70389553329d582fb7cef86e3b6.tar.xz
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 85a3b7926c..e3f388d543 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.