From 572c673411b174059462b888737712146d16165c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 21 Sep 2005 04:48:05 +0000 Subject: [PATCH] Reverted change to gcc instructions git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5110 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/gcc.xml | 6 +++--- introduction/welcome/changelog.xml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/general/prog/gcc.xml b/general/prog/gcc.xml index 85bba0dccc..4ae4a14ef7 100644 --- a/general/prog/gcc.xml +++ b/general/prog/gcc.xml @@ -217,11 +217,11 @@ export PATH=/opt/gnat/bin:$PATH libmudflap tests. - + sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in && mkdir ../gcc-build && @@ -234,7 +234,7 @@ cd ../gcc-build && --enable-__cxa_atexit \ --enable-clocale=gnu \ --enable-languages=c,c++,objc,f95,ada,java,treelang && -make && +make bootstrap && make -k check && ../gcc-&gcc-version;/contrib/test_summary diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index a3f25d43c9..f804ae2f88 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,9 @@ September 21st, 2005 + + [bdubbs] - Reverted gcc build instructions. + [randy] - Updated to EsounD-0.2.36.