summaryrefslogtreecommitdiff
path: root/VERSIONS
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-09 17:23:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-09 17:23:30 +0000
commit8db792752d7f72df83bde2047b329581d0e833ce (patch)
tree3c10673af09be3e843ca5f59105be4dc86a2c6be /VERSIONS
parent7a5aa07381bc21805bb27de62062cb1e0dbdd042 (diff)
2009-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Improve more as part of installing test environment on rtbf64. * VERSIONS: Bump to autoconf 2.63 and add more on rtbf64.
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSIONS b/VERSIONS
index 9bbf55a..9265672 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -3,7 +3,7 @@ BASEDIR=/home/joel/work-gnat/svn/
RTEMS_VERSION=4.10
-AUTOCONF=${BASEDIR}/autoconf-2.62
+AUTOCONF=${BASEDIR}/autoconf-2.63
AUTOMAKE=${BASEDIR}/automake-1.10.2
GCCDIR=${BASEDIR}/gcc-svn
BINUTILSDIR=${BASEDIR}/binutils-cvs/src
@@ -13,7 +13,7 @@ RTEMSDIR=${BASEDIR}/rtems
# These things vary between the GCC CFARM and OAR test machines
case `hostname` in
- gcc*)
+ gcc*|RTBF64)
NATIVE_GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
;;