summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--VERSIONS6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a05fbc0..48b812a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * VERSIONS: Pick up some rtbf64 changes.
+
+2009-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* test_driver: Fix doOne bug. Add checks that directories exist.
2009-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/VERSIONS b/VERSIONS
index 9265672..fc90339 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -11,13 +11,13 @@ NEWLIBDIR=${BASEDIR}/newlib-cvs/
GDBDIR=${BASEDIR}/gdb-cvs/src
RTEMSDIR=${BASEDIR}/rtems
-# These things vary between the GCC CFARM and OAR test machines
+# These things vary between the GCC CFARM Debian and OAR Fedora test machines
case `hostname` in
- gcc*|RTBF64)
+ 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*)
+ RTBF32|RTBF64|iceland*|*oarcorp*)
NATIVE_GCC_EXTRA_ARGS=""
GCC_EXTRA_ARGS=""
;;