diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-25 00:14:19 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-25 00:14:19 +0000 |
commit | 981b33b608ceb9a7f73a2fe9c5d6637a397dfd8c (patch) | |
tree | 705bc9fbaa065d2ee3270e255286fb3ba458d7b4 /chapter01 | |
parent | f065b08913c6c5161b51175ac14a0e45dd388c8b (diff) |
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
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 388e25ed8..2b0a7a4bd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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 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 flag to make.</para></listitem> |