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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits