1
0
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:
Duraid Madina 2006-02-15 03:20:16 +00:00
parent 97b493eb7d
commit 93f4da03e5

View File

@ -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)