[llvm-commits] [llvm] r84076 - /llvm/trunk/Makefile.rules

Edward O'Callaghan eocallaghan at auroraux.org
Tue Oct 13 22:55:03 PDT 2009


Author: evocallaghan
Date: Wed Oct 14 00:55:03 2009
New Revision: 84076

URL: http://llvm.org/viewvc/llvm-project?rev=84076&view=rev
Log:
AuroraUX needs special Solaris system header.

Modified:
    llvm/trunk/Makefile.rules

Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=84076&r1=84075&r2=84076&view=diff

==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Wed Oct 14 00:55:03 2009
@@ -671,6 +671,10 @@
 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.





More information about the llvm-commits mailing list