[MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.
[oota-llvm.git] / Makefile.rules
index ebebc0a85c4f32cb783cac5e484b32230ef676a0..fbab794346fa53437563c774e325178d9f2ddab1 100644 (file)
@@ -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)