[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

Chris Lattner lattner at cs.uiuc.edu
Tue Jun 27 13:37:13 PDT 2006



Changes in directory llvm-test/External/SPEC:

Makefile.spec updated: 1.54 -> 1.55
---
Log message:

Pass EXTRA_FLAGS to bugpoint.


---
Diffs of the changes:  (+1 -1)

 Makefile.spec |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.54 llvm-test/External/SPEC/Makefile.spec:1.55
--- llvm-test/External/SPEC/Makefile.spec:1.54	Tue Jun 13 13:52:28 2006
+++ llvm-test/External/SPEC/Makefile.spec	Tue Jun 27 15:37:01 2006
@@ -138,7 +138,7 @@
 
 # Give bugpoint information about LDFLAGS to pass down to the actual link stage
 # of the program.
-BUGPOINT_OPTIONS += $(LDFLAGS:%=-Xlinker=%) 
+BUGPOINT_OPTIONS += $(LDFLAGS:%=-Xlinker=%) $(EXTRA_OPTIONS:%=-Xlinker=%)
 
 
 # Specify stdin, reference output, and command line options for the program...






More information about the llvm-commits mailing list