Changes in directory llvm-test/External/SPEC/CINT2000/252.eon:

Makefile updated: 1.14 -> 1.15
---
Log message:

Allow this program to link against the correct llvm-gcc libraries and
thereby not crash in libstdc++.


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

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm-test/External/SPEC/CINT2000/252.eon/Makefile
diff -u llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.14 
llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.15
--- llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.14      Fri Nov  3 
13:14:05 2006
+++ llvm-test/External/SPEC/CINT2000/252.eon/Makefile   Thu Nov 30 17:02:21 2006
@@ -3,6 +3,7 @@
 STDOUT_FILENAME = cook_log.out
 STDERR_FILENAME = cook_log.err
 FP_ABSTOLERANCE := 0.005
+LINK_WITH_LLVMGCC_LIBS := 1
 
 # Yes, we know this is an old crufty C++ benchmark.  Don't tell us about it 
GCC!
 CPPFLAGS = -include errno.h -Wno-deprecated -Wno-non-template-friend 
-DHAS_ERRLIST -DUSE_STRERROR -DSPEC_STDCPP -DNDEBUG



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to