[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile
Alkis Evlogimenos
alkis at cs.uiuc.edu
Sun Feb 29 18:59:01 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT95/126.gcc:
Makefile updated: 1.4 -> 1.5
---
Log message:
Really make this work with both test and train inputs.
---
Diffs of the changes: (+6 -0)
Index: llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile:1.4 llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile:1.5
--- llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile:1.4 Sun Feb 29 18:36:11 2004
+++ llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile Sun Feb 29 18:58:32 2004
@@ -1,8 +1,14 @@
LEVEL = ../../../../../..
CPPFLAGS += -DSPEC -idirafter $(SPEC95_ROOT)/CINT95/126.gcc/src/src.alt
RUN_OPTIONS := -quiet -funroll-loops -fforce-mem -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fstrength-reduce -fpeephole -fschedule-insns -finline-functions -fschedule-insns2 -O -o -
+
+ifeq ($(RUN_TYPE),test)
+STDIN_FILENAME = cccp.i
+STDOUT_FILENAME = cccp.s
+else
STDIN_FILENAME = amptjp.i
STDOUT_FILENAME = amptjp.s
+endif
include ../../Makefile.spec95
More information about the llvm-commits
mailing list