From 981b33b608ceb9a7f73a2fe9c5d6637a397dfd8c Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 25 Aug 2001 00:14:19 +0000 Subject: 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 --- chapter01/changelog.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chapter01') 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. Chapter 5: Binutils doens't require us passing -e to make in order for LDFLAGS=-static to work properly. +Chapter 5: GCC isn't statically linked anymore by using +make -e LDFLAGS=-static, but by make BOOT_LDFLAGS=-static. + Chapter 6: Util-linux sed command has been replaced with a flag to make. -- cgit v1.2.3-54-g00ecf