summaryrefslogtreecommitdiff
path: root/VERSIONS
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-22 11:40:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-22 11:40:02 +0000
commit2034e8c18234aa2086ad5d2c2a544b8cf8faa446 (patch)
treecbe363709349346b19675e4260c15b814d7e867c /VERSIONS
parent09f69c9fe71bcd816f235ac58612ba847b580a8b (diff)
2010-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* VERSIONS: Update autoconf.
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS5
1 files changed, 3 insertions, 2 deletions
diff --git a/VERSIONS b/VERSIONS
index c211f0a..42f80d1 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -6,12 +6,13 @@ RTEMS_VERSION=4.11
#GCC_VERSION=svn
#GCC_VERSION=4.4.2
#GCC_VERSION=4.3.4
-GCC_VERSION=4.5.0
+#GCC_VERSION=4.5.0
+GCC_VERSION=go
# NOTE: 2.63 for 4.4 and lower?
case ${GCC_VERSION} in
4.[32]*) AUTOCONF=${BASEDIR}/autoconf-2.63 ;;
- *) AUTOCONF=${BASEDIR}/autoconf-2.65 ;;
+ *) AUTOCONF=${BASEDIR}/autoconf-2.66 ;;
esac
AUTOMAKE=${BASEDIR}/automake-1.11.1
GCCDIR=${BASEDIR}/gcc-${GCC_VERSION}