Adjusted the default pathname to the SPEC95 benchmarks. The new directory
authorJohn Criswell <criswell@uiuc.edu>
Mon, 16 Feb 2004 14:55:18 +0000 (14:55 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 16 Feb 2004 14:55:18 +0000 (14:55 +0000)
has source code corrections and some input files pre-filtered for use
with the LLVM test suite.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11498 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac
configure

index 8333333047d65cf85784832b32064172d48e3e42..dd69b8f9aedf1afe3b6c89aba501cf1abb08abcf 100644 (file)
@@ -311,9 +311,9 @@ dnl Spec 95 Benchmarks
 AC_ARG_ENABLE(spec95,AC_HELP_STRING([--enable-spec95],[Compile SPEC 95 benchmarks (default is NO)]),,enableval=no)
 if test ${enableval} = "no"
 then
-       if test -d /home/vadve/shared/benchmarks/spec95_sparcv9/benchspec
+       if test -d /home/vadve/shared/benchmarks/spec95/benchspec
        then
-               AC_SUBST(SPEC95_ROOT,[/home/vadve/shared/benchmarks/spec95_sparcv9/benchspec])
+               AC_SUBST(SPEC95_ROOT,[/home/vadve/shared/benchmarks/spec95/benchspec])
                AC_SUBST(USE_SPEC95,[[USE_SPEC95=1]])
        else
                AC_SUBST(USE_SPEC95,[[]])
@@ -322,7 +322,7 @@ then
 else
        if test ${enableval} = ""
        then
-               AC_SUBST(SPEC95_ROOT,[/home/vadve/shared/benchmarks/spec95_sparcv9/benchspec])
+               AC_SUBST(SPEC95_ROOT,[/home/vadve/shared/benchmarks/spec95/benchspec])
        else
                AC_SUBST(SPEC95_ROOT,[${enableval}])
        fi
index c504f4c7e631a002845c3fa1ab0bc4798e05f659..25a331c4c9e22e974b34715a1d8f58b3607ae86d 100755 (executable)
--- a/configure
+++ b/configure
@@ -21722,9 +21722,9 @@ else
 fi;
 if test ${enableval} = "no"
 then
-       if test -d /home/vadve/shared/benchmarks/spec95_sparcv9/benchspec
+       if test -d /home/vadve/shared/benchmarks/spec95/benchspec
        then
-               SPEC95_ROOT=/home/vadve/shared/benchmarks/spec95_sparcv9/benchspec
+               SPEC95_ROOT=/home/vadve/shared/benchmarks/spec95/benchspec
 
                USE_SPEC95=USE_SPEC95=1
 
@@ -21736,7 +21736,7 @@ then
 else
        if test ${enableval} = ""
        then
-               SPEC95_ROOT=/home/vadve/shared/benchmarks/spec95_sparcv9/benchspec
+               SPEC95_ROOT=/home/vadve/shared/benchmarks/spec95/benchspec
 
        else
                SPEC95_ROOT=${enableval}