summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-09 17:23:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-09 17:23:30 +0000
commit8db792752d7f72df83bde2047b329581d0e833ce (patch)
tree3c10673af09be3e843ca5f59105be4dc86a2c6be
parent7a5aa07381bc21805bb27de62062cb1e0dbdd042 (diff)
2009-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Improve more as part of installing test environment on rtbf64. * VERSIONS: Bump to autoconf 2.63 and add more on rtbf64.
-rw-r--r--ChangeLog5
-rw-r--r--README20
-rw-r--r--VERSIONS4
3 files changed, 21 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index ba15ec1..1f5887e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * README: Improve more as part of installing test environment on rtbf64.
+ * VERSIONS: Bump to autoconf 2.63 and add more on rtbf64.
+
2009-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* VERSIONS: Set parallelism based upon machine name.
diff --git a/README b/README
index abd77ff..00aae4a 100644
--- a/README
+++ b/README
@@ -75,13 +75,16 @@ svn checkout svn://gcc.gnu.org/svn/gcc/trunk gcc-svn
# symlink newlib into gcc-svn
cd gcc-svn
-ln -s FULL_PATH/newlib-SOURCE/newlib .
-ln -s FULL_PATH/newlib-SOURCE/libgloss .
+ln -s ~/test-gcc/newlib-cvs/src/newlib .
+ln -s ~/test-gcc/newlib-cvs/src/libgloss .
cd ..
# obtain automake and autoconf from ftp.gnu.org as tarballs
-tar xjf autoconf-XXX.tar.bz2
-tar xjf automake-XXX.tar.bz2
+# NOTE: Check versions required for RTEMS CVS.
+wget ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.63.tar.bz2
+tar xjf autoconf-2.63.tar.bz2
+wget ftp://ftp.gnu.org/pub/gnu/automake/automake-1.10.2.tar.bz2
+tar xjf automake-1.10.2.tar.bz2
# make install points
mkdir install
@@ -91,6 +94,11 @@ mkdir log
Update VERSIONS appropriately
+DejaGNU
+========
+
+Fedora 10: Install dejagnu RPM.
+
MPFR/GMP
========
@@ -98,7 +106,7 @@ You must have a sufficiently recent version of GMP and MPFR to build
GCC. On some OSes you can install a standard package. On others,
you may have to provide your own installation.
-Fedora 10: Install mpfr-devel.
+Fedora 10: Install mpfr-devel RPM.
GNAT
====
@@ -109,7 +117,7 @@ your own installation. The first step in the build process is
building a native compiler with potentially C, C++ and Ada support.
This compiler will be used for all subsequent cross tool builds.
-Fedora 10: Install gcc-gnat.
+Fedora 10: Install gcc-gnat RPM.
DejaGNU Support Files
diff --git a/VERSIONS b/VERSIONS
index 9bbf55a..9265672 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -3,7 +3,7 @@ BASEDIR=/home/joel/work-gnat/svn/
RTEMS_VERSION=4.10
-AUTOCONF=${BASEDIR}/autoconf-2.62
+AUTOCONF=${BASEDIR}/autoconf-2.63
AUTOMAKE=${BASEDIR}/automake-1.10.2
GCCDIR=${BASEDIR}/gcc-svn
BINUTILSDIR=${BASEDIR}/binutils-cvs/src
@@ -13,7 +13,7 @@ RTEMSDIR=${BASEDIR}/rtems
# These things vary between the GCC CFARM and OAR test machines
case `hostname` in
- gcc*)
+ gcc*|RTBF64)
NATIVE_GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
;;