summaryrefslogtreecommitdiff
path: root/VERSIONS
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-16 19:58:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-16 19:58:33 +0000
commitbf90971383ac7e00b34c39bf5aff706af29be86f (patch)
tree6708dd19e81381bce5107b8cc8168707ae41e786 /VERSIONS
parentd90c17d8e58b76c45ad7c72c6f4fdb13a2351dbb (diff)
2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* VERSIONS, do_cpus, do_one: Update script.
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS23
1 files changed, 18 insertions, 5 deletions
diff --git a/VERSIONS b/VERSIONS
index cc31c3f..3f45284 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -4,15 +4,28 @@ BASEDIR=/home/joel/work-gnat/svn/
RTEMS_VERSION=4.10
AUTOCONF=${BASEDIR}/autoconf-2.62
-AUTOMAKE=${BASEDIR}/automake-1.10.1
-GCCDIR=${BASEDIR}/gcc
+AUTOMAKE=${BASEDIR}/automake-1.10.2
+GCCDIR=${BASEDIR}/gcc-svn
BINUTILSDIR=${BASEDIR}/binutils-cvs/src
+NEWLIBDIR=${BASEDIR}/newlib-cvs/
GDBDIR=${BASEDIR}/gdb-cvs/src
RTEMSDIR=${BASEDIR}/rtems
-# Needed on GCC CFARM
-# NATIVE_GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
-# GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
+# These things vary between the GCC CFARM and OAR test machines
+case `hostname` in
+ gcc*)
+ NATIVE_GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
+ GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
+ ;;
+ iceland*|*oarcorp*)
+ NATIVE_GCC_EXTRA_ARGS=""
+ GCC_EXTRA_ARGS=""
+ ;;
+ *)
+ echo "UNKNOWN HOST!!!"
+ exit 1
+ ;;
+esac
INSTALL=${BASEDIR}/install
BSP_INSTALL=${BASEDIR}/bsp-install