[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/252.eon/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Jan 25 10:58:08 PST 2006
Changes in directory llvm-test/External/SPEC/CINT2000/252.eon:
Makefile updated: 1.12 -> 1.13
---
Log message:
eon doesn't need exceptions
---
Diffs of the changes: (+2 -0)
Makefile | 2 ++
1 files changed, 2 insertions(+)
Index: llvm-test/External/SPEC/CINT2000/252.eon/Makefile
diff -u llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.12 llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.13
--- llvm-test/External/SPEC/CINT2000/252.eon/Makefile:1.12 Tue Aug 2 14:09:44 2005
+++ llvm-test/External/SPEC/CINT2000/252.eon/Makefile Wed Jan 25 12:57:56 2006
@@ -9,6 +9,8 @@
include $(LEVEL)/Makefile.config
+CFLAGS += -fno-exceptions
+
ifeq ($(ARCH),PowerPC)
CPPFLAGS += -DFMAX_IS_DOUBLE
endif
More information about the llvm-commits
mailing list