[llvm-commits] CVS: llvm-test/autoconf/configure.ac

John Criswell criswell at cs.uiuc.edu
Thu Nov 4 08:54:31 PST 2004



Changes in directory llvm-test/autoconf:

configure.ac updated: 1.12 -> 1.13
---
Log message:

Added options for the (currently external) boxed-sim benchmark.



---
Diffs of the changes:  (+1 -5)

Index: llvm-test/autoconf/configure.ac
diff -u llvm-test/autoconf/configure.ac:1.12 llvm-test/autoconf/configure.ac:1.13
--- llvm-test/autoconf/configure.ac:1.12	Thu Oct 21 10:29:47 2004
+++ llvm-test/autoconf/configure.ac	Thu Nov  4 10:54:19 2004
@@ -62,11 +62,6 @@
 AC_PROG_CPP
 
 dnl Verify that GCC is version 3.0 or higher
-gccmajor=`$CC --version | head -n 1 | awk '{print $NF;}' | cut -d. -f1`
-if test "$gccmajor" -lt "3"
-then
-	AC_MSG_ERROR([gcc 3.x required, but you have a lower version])
-fi
 
 dnl Check for GNU Make.  We use its extensions too, so don't build without it
 AC_CHECK_GNU_MAKE
@@ -119,6 +114,7 @@
 EXTERNAL_BENCHMARK(namd,/home/vadve/shared/benchmarks/spec_namd)
 EXTERNAL_BENCHMARK(sweep3d,/home/vadve/criswell/umt2k)
 EXTERNAL_BENCHMARK(fpgrowth,/home/vadve/shared/benchmarks/fpgrowth)
+EXTERNAL_BENCHMARK(boxedsim,/home/vadve/shared/benchmarks/boxed-sim)
 
 dnl Check for f2c
 CHECK_F2C_ALL()






More information about the llvm-commits mailing list