[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile
    Alkis Evlogimenos 
    alkis at cs.uiuc.edu
       
    Sun Feb 29 19:00:01 PST 2004
    
    
  
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/176.gcc:
Makefile updated: 1.6 -> 1.7
---
Log message:
Make this work with both test and train inputs.
---
Diffs of the changes:  (+3 -3)
Index: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.6 llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.7
--- llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.6	Sun Feb 29 18:53:34 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile	Sun Feb 29 18:59:18 2004
@@ -1,8 +1,8 @@
 LEVEL = ../../../../../..
-ifdef LARGE_PROBLEM_SIZE
-RUN_OPTIONS     = cp-decl.i -o cp-decl.s
-else
+ifeq ($(RUN_TYPE),test)
 RUN_OPTIONS     = cccp.i -o cccp.s
+else
+RUN_OPTIONS     = cp-decl.i -o cp-decl.s
 endif
 STDOUT_FILENAME = cccp.out
 include ../../Makefile.spec2000
    
    
More information about the llvm-commits
mailing list