[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile
John Criswell
criswell at cs.uiuc.edu
Fri Jul 30 16:00:37 PDT 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/252.eon:
Makefile updated: 1.8 -> 1.9
---
Log message:
Force the inclusion of errno.h. This is an old program which assumes that
it's a variable. Modern UNIX doesn't make that true anymore.
---
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.8 llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.9
--- llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.8 Tue Apr 13 16:48:26 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile Fri Jul 30 18:00:27 2004
@@ -5,7 +5,7 @@
FP_TOLERANCE := 0.0001
# 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 -DUSE_STRERROR -DSPEC_STDCPP -DNDEBUG
+CPPFLAGS = -include errno.h -Wno-deprecated -Wno-non-template-friend -DHAS_ERRLIST -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