summaryrefslogtreecommitdiff
path: root/VERSIONS
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-25 18:20:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-25 18:20:18 +0000
commit07b8457438033f6165826ba2c1d194cd9cd9ed67 (patch)
tree31be7ade74f1c0e907a6f73ddd772912f4d8b204 /VERSIONS
parent35257435b098bf76edd7a2056b5d62a6f71069c7 (diff)
2010-03-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* VERSIONS: Update.
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS13
1 files changed, 7 insertions, 6 deletions
diff --git a/VERSIONS b/VERSIONS
index 8e7223b..d450cf1 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -4,19 +4,20 @@ BASEDIR=${HOME}/test-gcc
RTEMS_VERSION=4.10
GCC_VERSION=svn
-#GCC_VERSION=4.4.1
+#GCC_VERSION=4.4.2
#GCC_VERSION=4.3.4
# NOTE: 2.63 for 4.4 and lower?
case ${GCC_VERSION} in
- 4.[432]*) AUTOCONF=${BASEDIR}/autoconf-2.63 ;;
- *) AUTOCONF=${BASEDIR}/autoconf-2.64 ;;
+ 4.[32]*) AUTOCONF=${BASEDIR}/autoconf-2.63 ;;
+ *) AUTOCONF=${BASEDIR}/autoconf-2.65 ;;
esac
-AUTOMAKE=${BASEDIR}/automake-1.10.2
+AUTOMAKE=${BASEDIR}/automake-1.11.1
GCCDIR=${BASEDIR}/gcc-${GCC_VERSION}
BINUTILSDIR=${BASEDIR}/binutils-cvs/src
+#BINUTILSDIR=${BASEDIR}/binutils-2.20
#NEWLIBDIR=${BASEDIR}/newlib-cvs/src
-NEWLIBDIR=${BASEDIR}/newlib-1.17.0
+NEWLIBDIR=${BASEDIR}/newlib-1.18.0
GDBDIR=${BASEDIR}/gdb-cvs/src
RTEMSDIR=${BASEDIR}/rtems
@@ -46,4 +47,4 @@ case `hostname` in
esac
# Specify the desired parallelism
-MAKEJOBS=`/usr/bin/getconf _NPROCESSORS_ONLN`
+# MAKEJOBS="-j`/usr/bin/getconf _NPROCESSORS_ONLN`"