summaryrefslogtreecommitdiff
path: root/VERSIONS
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 15:59:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 15:59:24 +0000
commitfa26552ba1527f407c93a955531c90b7e546a6f4 (patch)
tree631c615d076092a0a4ba88dfe005eb9719283fbc /VERSIONS
parent5fd483f071c5fdcf3a3258b5e8f6c6db1df62bc3 (diff)
2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* VERSIONS: Various improvements as part of testing gcc 4.6.0.
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS8
1 files changed, 6 insertions, 2 deletions
diff --git a/VERSIONS b/VERSIONS
index e93b579..f7b873c 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -25,6 +25,7 @@ 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}
@@ -42,8 +43,11 @@ case `hostname` in
GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
;;
rtbf32a|rtbf64*|iceland*|*oarcorp*)
- NATIVE_GCC_EXTRA_ARGS=""
- GCC_EXTRA_ARGS=""
+ 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!!!"