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



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

Reply via email to