[llvm-commits] [parallel] CVS: llvm/test/Programs/External/SPEC/CINT95/124.m88ksim/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Wed Mar 10 19:10:32 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT95/124.m88ksim:
Makefile updated: 1.4.2.1 -> 1.4.2.2
---
Log message:
Merge from trunk.
---
Diffs of the changes: (+8 -9)
Index: llvm/test/Programs/External/SPEC/CINT95/124.m88ksim/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT95/124.m88ksim/Makefile:1.4.2.1 llvm/test/Programs/External/SPEC/CINT95/124.m88ksim/Makefile:1.4.2.2
--- llvm/test/Programs/External/SPEC/CINT95/124.m88ksim/Makefile:1.4.2.1 Mon Mar 1 17:59:09 2004
+++ llvm/test/Programs/External/SPEC/CINT95/124.m88ksim/Makefile Wed Mar 10 19:09:31 2004
@@ -2,18 +2,13 @@
RUN_OPTIONS = -c
ifeq ($(ENDIAN),big)
-EXTENSION := big
+STDIN_FILENAME := ctl.big
else
-EXTENSION := lit
+STDIN_FILENAME := ctl.lit
+CPPFLAGS += -DLEHOST
endif
-ifeq ($(RUN_TYPE),test)
-STDIN_FILENAME := ctl.$(EXTENSION)
-else
-STDIN_FILENAME := dcrand.$(EXTENSION)
-endif
-
-STDOUT_FILENAME := test.out
+STDOUT_FILENAME = $(RUN_TYPE).out
Source := addd.c \
adds.c \
@@ -113,3 +108,7 @@
updstat.c
include ../../Makefile.spec95
+
+$(REF_IN_DIR)/ctl.$(EXTENSION): $(REF_IN_DIR)/ctl.raw
+ $(SED) -e s/%endian%/$(EXTENSION)/ < $< > $@
+
More information about the llvm-commits
mailing list