From df199f11c669b70389553329d582fb7cef86e3b6 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Wed, 14 Oct 2009 05:55:03 +0000 Subject: AuroraUX needs special Solaris system header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84076 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3