Allow LLVM to be built with extra options.

llvm-svn: 28873
This commit is contained in:
Evan Cheng 2006-06-20 18:50:48 +00:00
parent 28d96e0bb8
commit 9e7e4b5d85
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ endif
#----------------------------------------------------------
CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused -Wno-long-long \
-pedantic
-pedantic $(EXTRA_OPTIONS)
ifeq ($(OS),HP-UX)
CompileCommonOpts := -D_REENTRANT -D_HPUX_SOURCE