summaryrefslogtreecommitdiff
path: root/README
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 /README
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.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 14 insertions, 6 deletions
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