summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-09 18:00:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-09 18:00:47 +0000
commit3472cc87f09729e9e224d7b24ed5e739490a4bd3 (patch)
tree999a3bdc5f8b2ce51ffddad3a2ec4c845f1c69ed
parente7d6b04ec5f8f11d4e16bea429de1f8bd40d8da7 (diff)
2009-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* VERSIONS: Pick up some rtbf64 changes.
-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=""
;;