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
This commit is contained in:
John Criswell 2004-02-16 14:55:18 +00:00
parent aad5c05051
commit 542af5f4fb
2 changed files with 6 additions and 6 deletions

View 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) AC_ARG_ENABLE(spec95,AC_HELP_STRING([--enable-spec95],[Compile SPEC 95 benchmarks (default is NO)]),,enableval=no)
if test ${enableval} = "no" if test ${enableval} = "no"
then then
if test -d /home/vadve/shared/benchmarks/spec95_sparcv9/benchspec if test -d /home/vadve/shared/benchmarks/spec95/benchspec
then 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]]) AC_SUBST(USE_SPEC95,[[USE_SPEC95=1]])
else else
AC_SUBST(USE_SPEC95,[[]]) AC_SUBST(USE_SPEC95,[[]])
@ -322,7 +322,7 @@ then
else else
if test ${enableval} = "" if test ${enableval} = ""
then then
AC_SUBST(SPEC95_ROOT,[/home/vadve/shared/benchmarks/spec95_sparcv9/benchspec]) AC_SUBST(SPEC95_ROOT,[/home/vadve/shared/benchmarks/spec95/benchspec])
else else
AC_SUBST(SPEC95_ROOT,[${enableval}]) AC_SUBST(SPEC95_ROOT,[${enableval}])
fi fi

6
configure vendored
View File

@ -21722,9 +21722,9 @@ else
fi; fi;
if test ${enableval} = "no" if test ${enableval} = "no"
then then
if test -d /home/vadve/shared/benchmarks/spec95_sparcv9/benchspec if test -d /home/vadve/shared/benchmarks/spec95/benchspec
then then
SPEC95_ROOT=/home/vadve/shared/benchmarks/spec95_sparcv9/benchspec SPEC95_ROOT=/home/vadve/shared/benchmarks/spec95/benchspec
USE_SPEC95=USE_SPEC95=1 USE_SPEC95=USE_SPEC95=1
@ -21736,7 +21736,7 @@ then
else else
if test ${enableval} = "" if test ${enableval} = ""
then then
SPEC95_ROOT=/home/vadve/shared/benchmarks/spec95_sparcv9/benchspec SPEC95_ROOT=/home/vadve/shared/benchmarks/spec95/benchspec
else else
SPEC95_ROOT=${enableval} SPEC95_ROOT=${enableval}