moved the note up

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1157 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-09-02 16:00:12 +00:00
parent 53eff18ad7
commit c15aead2f9

View File

@ -7,6 +7,10 @@ limited to, Linux systems that run Glibc-2.2.3 with an AMD CPU (Athlons
and Durons are the most reported used CPU's). If you are in this category,
run the following to sed commands before you compile this package.
<para>Note that in some cases using these sed commands will result in
problems not being able to compile this at package at all. If that's the
case, start over again and don't use the sed commands.</para>
<screen><userinput>cp lib/Makefile.in lib/Makefile.in.backup &amp;&amp;</userinput>
<userinput>sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;-e 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \</userinput>
@ -28,9 +32,5 @@ not, then you need to re-do the installation using the sed commands if
you didn't use them, or without the sed commands if you did use
them.</para>
<para>Note that in some cases using these sed commands will result in
problems not being able to compile this at package at all. If that's the
case, start over again and don't use the sed commands.</para>
</sect2>