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.