[llvm-commits] CVS: llvm-test/MultiSource/Applications/SPASS/Makefile
Duraid Madina
duraid at octopus.com.au
Mon Apr 25 20:44:16 PDT 2005
Changes in directory llvm-test/MultiSource/Applications/SPASS:
Makefile updated: 1.2 -> 1.3
---
Log message:
(llc/cbe/native builds were built differently, oops)
---
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.2 llvm-test/MultiSource/Applications/SPASS/Makefile:1.3
--- llvm-test/MultiSource/Applications/SPASS/Makefile:1.2 Sun Apr 24 23:43:19 2005
+++ llvm-test/MultiSource/Applications/SPASS/Makefile Mon Apr 25 22:44:05 2005
@@ -1,7 +1,7 @@
LEVEL = ../../..
PROG = SPASS
-CFLAGS = -DCLOCK_NO_TIMING -w -DNO_MEMORY_MANAGEMENT
+CPPFLAGS = -DCLOCK_NO_TIMING -w -DNO_MEMORY_MANAGEMENT
LDFLAGS = -lm
RUN_OPTIONS="$(PROJ_SRC_DIR)/problem.dfg"
More information about the llvm-commits
mailing list