summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-02-16 14:55:18 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-02-16 14:55:18 +0000
commit542af5f4fb767e9ffcfc1895a0f5a47a2d7d303e (patch)
tree63012e4ed77af7c4eba7fc87ed446dc3a988b0c0 /autoconf
parentaad5c0505183a5b7913f1a443a1f0650122551cc (diff)
downloadllvm-542af5f4fb767e9ffcfc1895a0f5a47a2d7d303e.tar.gz
llvm-542af5f4fb767e9ffcfc1895a0f5a47a2d7d303e.tar.bz2
llvm-542af5f4fb767e9ffcfc1895a0f5a47a2d7d303e.tar.xz
Adjusted the default pathname to the SPEC95 benchmarks. The new directory
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
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 8333333047..dd69b8f9ae 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -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