summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-09 18:49:59 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-09 18:49:59 -0600
commitc9c3217f76b1112a95d7755c2474421093b54b8e (patch)
treef7bf58b8065868fdd50ca2993a79fe644b048c2f
parentbit_all_bsps: Add support for GNU parallel driven builds (diff)
downloadrtems-testing-c9c3217f76b1112a95d7755c2474421093b54b8e.tar.bz2
VERSIONS: Update and add some comments
-rw-r--r--VERSIONS16
1 files changed, 11 insertions, 5 deletions
diff --git a/VERSIONS b/VERSIONS
index 1bde44f..46191e3 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -14,22 +14,28 @@ GCC_VERSION=svn
case ${GCC_VERSION} in
*4.[32]*) AUTOCONF=${BASEDIR}/autoconf-2.63 ;;
*4.[45]*) AUTOCONF=${BASEDIR}/autoconf-2.67 ;;
- *) AUTOCONF=${BASEDIR}/autoconf-2.68 ;;
+ *) AUTOCONF=${BASEDIR}/autoconf-2.69 ;;
esac
-AUTOMAKE=${BASEDIR}/automake-1.11.1
+AUTOMAKE=${BASEDIR}/automake-1.12.6
GCCDIR=${BASEDIR}/gcc-${GCC_VERSION}
+
+## checked out from source code control
BINUTILSDIR=${BASEDIR}/binutils-cvs/src
-#BINUTILSDIR=${BASEDIR}/binutils-2.20.1
NEWLIBDIR=${BASEDIR}/newlib-cvs/src
-#NEWLIBDIR=${BASEDIR}/newlib-1.18.0
GDBDIR=${BASEDIR}/gdb-cvs/src
+
+## Example release versions
+#BINUTILSDIR=${BASEDIR}/binutils-2.20.1
+#NEWLIBDIR=${BASEDIR}/newlib-1.18.0
#GDBDIR=${BASEDIR}/gdb-7.1
RTEMSDIR=${BASEDIR}/rtems
# These are inferred from above but double check
INSTALL=${BASEDIR}/install-${GCC_VERSION}
BSP_INSTALL=${INSTALL}
-#BSP_INSTALL=${BASEDIR}/bsp-install
+#BUILDDIR=${BASEDIR}
+
+BUILDDIR=/home2/joel/build
SCRIPTDIR=${BASEDIR}/rtems-testing
LOGDIR=${BASEDIR}/log
RESULTSDIR=${BASEDIR}/results-trunk