From 4ea51131cfeec6c13ad8bacffe3912a3d7a6def8 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Wed, 27 Jul 2005 20:12:03 +0000 Subject: [PATCH] Removed the mention of the GCC testsuite tarball from the GCC instructions as the testsuite is already included in the GCC release tarball git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4805 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/gcc.xml | 51 ++++++++++++++++++-------------------------- 1 file changed, 21 insertions(+), 30 deletions(-) diff --git a/general/prog/gcc.xml b/general/prog/gcc.xml index 4c87c2bd91..7e44d3dc6e 100644 --- a/general/prog/gcc.xml +++ b/general/prog/gcc.xml @@ -15,10 +15,7 @@ - - - - + ]> @@ -76,12 +73,6 @@ Required patch: - - Test suite: - - - Test suite MD5 sum: &gcc-testsuite-md5sum; - GCC Dependencies @@ -174,31 +165,20 @@ export PATH=/opt/gnat/bin:$PATH GCC compiler and libraries. It is highly recommended that you have the Tcl, Expect and DejaGnu - packages installed, as well as unpacking the GCC - testsuite tarball before beginning the build. + packages installed before beginning the build so you can run the full + suite of tests. Do not continue with the make install command - until you're confident the build was successful. You can compare your test results - with those found at . There's - also an i686 platform test result produced by an LFS-SVN-20050316 system at - . You may also - want to refer to the information found in the + until you're confident the build was successful. You can compare your + test results with those found at + . There's also an + i686 platform test result produced by an LFS-6.1 system at + . You + may also want to refer to the information found in the GCC-Pass 2 section of Chapter 5 in the LFS book (). - - Some of the Java programs installed by - the GCC package conflict (have the same names) - with programs from the package. If you're installing the - Java language from the - GCC package but you wish to use the programs - from the JDK as the defaults, ensure - $JAVA_HOME/bin is listed before - /usr/bin in your PATH - variable after the GCC installation is complete. - - patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch && patch -Np1 -i ../gcc-&gcc-version;-linkonce-1.patch && sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in && @@ -246,6 +226,18 @@ chown -v -R root:root \ export PATH=$PATH_HOLD && unset PATH_HOLD + + Some of the Java programs installed by + the GCC package conflict (have the same names) + with programs from the package. If you installed + the Java language from the + GCC package but you wish to use the programs + from the JDK as the defaults, ensure + $JAVA_HOME/bin is listed before + /usr/bin in your + PATH variable. + + @@ -639,4 +631,3 @@ unset PATH_HOLD -