summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-08 13:33:13 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-08 13:40:38 -0600
commit3256e1455c04973b65ff14040839f1fb25355dac (patch)
tree7825717fb765a57a68f0e445518e3b3438f84952
parentsis.in: Quit on memory exception (diff)
downloadrtems-testing-3256e1455c04973b65ff14040839f1fb25355dac.tar.bz2
gcc testing: Build support packages with GCC
-rw-r--r--VERSIONS6
-rwxr-xr-xgcc/test_driver7
2 files changed, 0 insertions, 13 deletions
diff --git a/VERSIONS b/VERSIONS
index 2342757..ba9fabe 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -25,7 +25,6 @@ NEWLIBDIR=${BASEDIR}/newlib-cvs/src
GDBDIR=${BASEDIR}/gdb-cvs/src
#GDBDIR=${BASEDIR}/gdb-7.1
RTEMSDIR=${BASEDIR}/rtems
-PPL=${BASEDIR}/ppl-0.11
# These are inferred from above but double check
INSTALL=${BASEDIR}/install-${GCC_VERSION}
@@ -43,11 +42,6 @@ case `hostname` in
GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
;;
rtbf32a|rtbf64*|iceland*|*oarcorp*)
- if [ x${PPL} != x ] ; then
- NATIVE_GCC_EXTRA_ARGS="--with-ppl=${INSTALL}"
- GCC_EXTRA_ARGS="--with-ppl=${INSTALL}"
- export LD_LIBRARY_PATH=${INSTALL}/lib
- fi
;;
*)
echo "UNKNOWN HOST!!!"
diff --git a/gcc/test_driver b/gcc/test_driver
index 83f5ae4..5d4bf91 100755
--- a/gcc/test_driver
+++ b/gcc/test_driver
@@ -29,13 +29,6 @@ do
fi
done
-if [ x${PPL} != x ] ; then
- if [ ! -d ${PPL} ] ; then
- echo "Cannot locate ${d} -- aborting"
- exit 1
- fi
-fi
-
toggle()
{
case $1 in