mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
53eff18ad7
commit
c15aead2f9
@ -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 &&</userinput>
|
||||
<userinput>sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput>
|
||||
<userinput> -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user