From 076ddfe40d5f38933668d83ca59f6b376a6de49b Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Mon, 6 Oct 2003 01:03:26 +0000 Subject: Fix my stuffup re placement of repeat sanity checks. What was I thinking? git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2926 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc-inst.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06') diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 4bfefd81c..9c986b56e 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -43,11 +43,6 @@ cd ../gcc-build make -At this point it is strongly recommended to repeat the sanity check -we performed earlier in the chapter. Refer back to the "Re-adjusting the -toolchain" section and repeat the check. If the results are wrong then most -likely, you erroneously applied the GCC Specs patch from Chapter 5. - Test the results, but don't stop at errors (you'll remember the few known ones): @@ -72,4 +67,9 @@ compiler. To satisfy those packages, create a symlink: ln -s gcc /usr/bin/cc +At this point it is strongly recommended to repeat the sanity check +we performed earlier in the chapter. Refer back to the "Re-adjusting the +toolchain" section and repeat the check. If the results are wrong then most +likely, you erroneously applied the GCC Specs patch from Chapter 5. + -- cgit v1.2.3-54-g00ecf