[rtems-testing commit] gcc testing: Build support packages with GCC
Joel Sherrill
joel at rtems.org
Tue Jan 8 19:35:48 UTC 2013
Module: rtems-testing
Branch: master
Commit: 3256e1455c04973b65ff14040839f1fb25355dac
Changeset: http://git.rtems.org/rtems-testing/commit/?id=3256e1455c04973b65ff14040839f1fb25355dac
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Tue Jan 8 13:33:13 2013 -0600
gcc testing: Build support packages with GCC
---
VERSIONS | 6 ------
gcc/test_driver | 7 -------
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
More information about the vc
mailing list