summaryrefslogtreecommitdiff
path: root/VERSIONS
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 /VERSIONS
parente7d6b04ec5f8f11d4e16bea429de1f8bd40d8da7 (diff)
2009-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* VERSIONS: Pick up some rtbf64 changes.
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS6
1 files changed, 3 insertions, 3 deletions
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=""
;;