mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
Noted that we use make BOOT_LDFLAGS=-static now for static gcc compile
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1023 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f065b08913
commit
981b33b608
@ -46,6 +46,9 @@ avoid Segmentation Fault problems on glibc-2.2.3 systems.</para></listitem>
|
|||||||
<listitem><para>Chapter 5: Binutils doens't require us passing -e to
|
<listitem><para>Chapter 5: Binutils doens't require us passing -e to
|
||||||
make in order for LDFLAGS=-static to work properly.</para></listitem>
|
make in order for LDFLAGS=-static to work properly.</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>Chapter 5: GCC isn't statically linked anymore by using
|
||||||
|
make -e LDFLAGS=-static, but by make BOOT_LDFLAGS=-static.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>Chapter 6: Util-linux sed command has been replaced with a
|
<listitem><para>Chapter 6: Util-linux sed command has been replaced with a
|
||||||
flag to make.</para></listitem>
|
flag to make.</para></listitem>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user