summaryrefslogtreecommitdiff
path: root/VERSIONS
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-20 00:43:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-20 00:43:26 +0000
commitde58950d549c398c688c7f25d9bc67bbabf53a07 (patch)
treeab818c26d7ee4a5f97e15b879e49084fcbe5134e /VERSIONS
parenta34504d3609a63df26f3c916eef29a13781768a6 (diff)
2010-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* VERSIONS: Update versions.
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS7
1 files changed, 4 insertions, 3 deletions
diff --git a/VERSIONS b/VERSIONS
index d450cf1..c211f0a 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,11 +1,12 @@
# USE FULL PATHS!!!
BASEDIR=${HOME}/test-gcc
-RTEMS_VERSION=4.10
+RTEMS_VERSION=4.11
-GCC_VERSION=svn
+#GCC_VERSION=svn
#GCC_VERSION=4.4.2
#GCC_VERSION=4.3.4
+GCC_VERSION=4.5.0
# NOTE: 2.63 for 4.4 and lower?
case ${GCC_VERSION} in
@@ -47,4 +48,4 @@ case `hostname` in
esac
# Specify the desired parallelism
-# MAKEJOBS="-j`/usr/bin/getconf _NPROCESSORS_ONLN`"
+MAKEJOBS="-j`/usr/bin/getconf _NPROCESSORS_ONLN`"