mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
oops, I meant this
llvm-svn: 26200
This commit is contained in:
parent
97b493eb7d
commit
93f4da03e5
@ -347,7 +347,7 @@ endif
|
||||
CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused
|
||||
|
||||
ifeq ($(OS),HP-UX)
|
||||
CompileCommonOpts += -D_REENTRANT -D_HPUX_SOURCE
|
||||
CompileCommonOpts := -D_REENTRANT -D_HPUX_SOURCE
|
||||
endif
|
||||
|
||||
LD.Flags += -L$(LibDir) -L$(LLVMLibDir)
|
||||
|
Loading…
Reference in New Issue
Block a user