[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile
Jeff Cohen
jeffc at jolt-lang.org
Thu Mar 29 10:46:49 PDT 2007
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm:
Makefile updated: 1.2 -> 1.3
---
Log message:
Fix for src != obj.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile:1.2 llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile:1.3
--- llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile:1.2 Thu Jan 11 18:42:50 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile Thu Mar 29 12:46:32 2007
@@ -3,5 +3,5 @@
PROG = telecomm-gsm
CPPFLAGS = -DSTUPID_COMPILER -DNeedFunctionPrototypes=1 -DSASR
LDFLAGS = -lm
-RUN_OPTIONS = -fps -c large.au
+RUN_OPTIONS = -fps -c $(PROJ_SRC_DIR)/large.au
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list