summaryrefslogtreecommitdiff
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
parent5fd483f071c5fdcf3a3258b5e8f6c6db1df62bc3 (diff)
2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* VERSIONS: Various improvements as part of testing gcc 4.6.0.
-rw-r--r--ChangeLog4
-rw-r--r--VERSIONS8
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ddb99bc..16b391f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * VERSIONS: Various improvements as part of testing gcc 4.6.0.
+
2011-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* gcc/do_one, gcc/testsuite/ada/acats/rtems_generate_acats_email:
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!!!"