summaryrefslogtreecommitdiff
path: root/VERSIONS
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 /VERSIONS
parent35a3f7561d6fb47bf45cabd468d635e9bf91824a (diff)
gcc testing: Build support packages with GCC
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS6
1 files changed, 0 insertions, 6 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!!!"