summaryrefslogtreecommitdiff
path: root/VERSIONS
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-12 18:14:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-12 18:14:26 +0000
commit725d7ee9931ee392b9118b5243f198a96e9e5d22 (patch)
tree3f68cd80aed22d97875b64dfca33818fff809e58 /VERSIONS
parent13608a91d5ab0293ed2158c1c6b7a5ec6ecc87a4 (diff)
2009-01-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Add information about checking out writeable copies of the tools. * VERSIONS: Switch to directory structure most commonly used. * test_driver: Add beginnings of having pieces optional so eventually command line arguments can be added.
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS7
1 files changed, 5 insertions, 2 deletions
diff --git a/VERSIONS b/VERSIONS
index fc90339..597dbf9 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,5 +1,5 @@
# USE FULL PATHS!!!
-BASEDIR=/home/joel/work-gnat/svn/
+BASEDIR=${HOME}/test-gcc
RTEMS_VERSION=4.10
@@ -7,11 +7,12 @@ AUTOCONF=${BASEDIR}/autoconf-2.63
AUTOMAKE=${BASEDIR}/automake-1.10.2
GCCDIR=${BASEDIR}/gcc-svn
BINUTILSDIR=${BASEDIR}/binutils-cvs/src
-NEWLIBDIR=${BASEDIR}/newlib-cvs/
+NEWLIBDIR=${BASEDIR}/newlib-cvs/src
GDBDIR=${BASEDIR}/gdb-cvs/src
RTEMSDIR=${BASEDIR}/rtems
# These things vary between the GCC CFARM Debian and OAR Fedora test machines
+# TODO: It would be good to probe to figure this out.
case `hostname` in
gcc*)
NATIVE_GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
@@ -27,6 +28,8 @@ case `hostname` in
;;
esac
+# Specify the desired parallelism based upon the host name.
+# TODO: It would be good to probe to figure this out.
case `hostname` in
RTBF32|RTBF64)
MAKEJOBS="-j6"