[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Jan 26 13:20:04 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/252.eon:
Makefile updated: 1.4 -> 1.5
---
Log message:
We should be using USE_STRERROR instead of the even older and cruftier
HAS_ERRLIST. The latter is doomed to fail on Solaris.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.4 llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.5
--- llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.4 Wed Oct 22 23:15:23 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile Mon Jan 26 13:19:00 2004
@@ -4,7 +4,7 @@
STDERR_FILENAME = cook_log.err
# Yes, we know this is an old crufty C++ benchmark. Don't tell us about it GCC!
-CPPFLAGS = -Wno-deprecated -Wno-non-template-friend -DHAS_ERRLIST -DSPEC_STDCPP -DNDEBUG
+CPPFLAGS = -Wno-deprecated -Wno-non-template-friend -DUSE_STRERROR -DSPEC_STDCPP -DNDEBUG
Source = $(addprefix $(SPEC_BENCH_DIR)/src/, \
ggCoverageSolidTexture.cc ggPathDielectricMaterial.cc ggBox2.cc \
More information about the llvm-commits
mailing list