[llvm-commits] CVS: llvm-test/MultiSource/Applications/SPASS/Makefile
Duraid Madina
duraid at octopus.com.au
Tue May 10 07:09:32 PDT 2005
Changes in directory llvm-test/MultiSource/Applications/SPASS:
Makefile updated: 1.5 -> 1.6
---
Log message:
OK, maybe I should mask the bug the other way after all. ;) SPASS should
now pass on ia64 even with gcc 3.4.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Applications/SPASS/Makefile
diff -u llvm-test/MultiSource/Applications/SPASS/Makefile:1.5 llvm-test/MultiSource/Applications/SPASS/Makefile:1.6
--- llvm-test/MultiSource/Applications/SPASS/Makefile:1.5 Tue May 10 08:35:07 2005
+++ llvm-test/MultiSource/Applications/SPASS/Makefile Tue May 10 09:09:21 2005
@@ -1,7 +1,7 @@
LEVEL = ../../..
PROG = SPASS
-CPPFLAGS = -DCLOCK_NO_TIMING -DNO_MEMORY_MANAGEMENT -w
+CPPFLAGS = -DCLOCK_NO_TIMING -fno-strict-aliasing -w
LDFLAGS = -lm
RUN_OPTIONS="$(PROJ_SRC_DIR)/problem.dfg"
More information about the llvm-commits
mailing list