From e3a72b120b009457a21026ca959c4492c9a92140 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Wed, 15 Oct 2003 08:31:59 +0000 Subject: Expand Grub details and add a warning. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/adjustingtoolchain.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter06') diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml index f26f4378c..c20a67be8 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -56,6 +56,9 @@ linker is something other than ld-linux.so.2, you name of your platform's dynamic linker in the above commands. Refer back to if necessary. + + + It is imperative at this point to stop and ensure that the basic functions (compiling and linking) of the adjusted toolchain are working as expected. For this we are going to perform a simple sanity check: @@ -84,5 +87,8 @@ different. rm dummy.c a.out + + + -- cgit v1.2.3-54-g00ecf