[llvm-commits] CVS: llvm/Makefile.rules
Evan Cheng
evan.cheng at apple.com
Tue Jun 20 11:51:00 PDT 2006
Changes in directory llvm:
Makefile.rules updated: 1.380 -> 1.381
---
Log message:
Allow LLVM to be built with extra options.
---
Diffs of the changes: (+1 -1)
Makefile.rules | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.380 llvm/Makefile.rules:1.381
--- llvm/Makefile.rules:1.380 Fri Jun 16 16:47:59 2006
+++ llvm/Makefile.rules Tue Jun 20 13:50:48 2006
@@ -362,7 +362,7 @@
#----------------------------------------------------------
CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused -Wno-long-long \
- -pedantic
+ -pedantic $(EXTRA_OPTIONS)
ifeq ($(OS),HP-UX)
CompileCommonOpts := -D_REENTRANT -D_HPUX_SOURCE
More information about the llvm-commits
mailing list