Commit 60c9a3c1 authored by Duraid Madina's avatar Duraid Madina
Browse files

hp-ux needs this to get through the System/Support libs

llvm-svn: 22078
parent 5ea2ba8b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -343,6 +343,10 @@ endif

CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused

ifeq ($(OS),HP-UX)
  CompileCommonOpts += -D_REENTRANT -D_HPUX_SOURCE
endif

LD.Flags  += -L$(LibDir) -L$(LLVMLibDir) 
CPP.Flags += -I$(PROJ_OBJ_DIR) -I$(PROJ_SRC_DIR) \
	     -I$(PROJ_OBJ_ROOT)/include \