summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-08-14 15:15:09 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-08-14 15:15:09 +0000
commit1c9caced63828327ebcac229df74e52006962914 (patch)
tree1639b5fc5f0b95bc16d55913d85a8c8c95caddc3 /Makefile.rules
parent1ab70ef650133ddcf21d8e38dd37a94b6c819cea (diff)
Delete support for AuroraUX.
auroraux.org is not resolving. I will add this to the release notes as soon as I figure out where to put the 3.6 release notes :-) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215645 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.rules b/Makefile.rules
index ebebc0a85c4..fbab794346f 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -727,10 +727,6 @@ ifeq ($(HOST_OS),SunOS)
CPP.BaseFlags += -include llvm/Support/Solaris.h
endif
-ifeq ($(HOST_OS),AuroraUX)
-CPP.BaseFlags += -include llvm/Support/Solaris.h
-endif # !HOST_OS - AuroraUX.
-
# On Windows, SharedLibDir != LibDir. The order is important.
ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
LD.Flags += -L$(SharedLibDir) -L$(LibDir) -L$(LLVMToolDir) -L$(LLVMLibDir)