diff options
| author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-14 05:55:03 +0000 |
|---|---|---|
| committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-14 05:55:03 +0000 |
| commit | 4ae411e096c2811a534a373142f359ee82c394a7 (patch) | |
| tree | 76dfcf1ec427bef48c67cc285efdc8b8cf296bf2 | |
| parent | 734351d21429f9e8b411bed4b7d169ebad0b49df (diff) | |
| download | bcm5719-llvm-4ae411e096c2811a534a373142f359ee82c394a7.tar.gz bcm5719-llvm-4ae411e096c2811a534a373142f359ee82c394a7.zip | |
AuroraUX needs special Solaris system header.
llvm-svn: 84076
| -rw-r--r-- | llvm/Makefile.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index 85a3b7926c8..e3f388d5434 100644 --- a/llvm/Makefile.rules +++ b/llvm/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. |

