diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bf4829273..7d2ecb10d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,17 @@ --> + + 2014-07-02 + + + [Chris] - Added command explanations for new switches on + GCC Pass 1. Fixes + #3625. + + + + 2014-06-30 diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 0900831f6..b0fd383f8 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -193,14 +193,15 @@ cd ../gcc-build --disable-decimal-float, --disable-threads, --disable-libatomic, --disable-libgomp, --disable-libitm, --disable-libmudflap, --disable-libquadmath, --disable-libsanitizer, - --disable-libssp, --disable-libstdc++-v3 + --disable-libssp, --disable-libvtv, --disable-libcilkrts, + --disable-libstdc++-v3 These switches disable support for the decimal floating point extension, threading, libatomic, libgomp, libitm, libmudflap, - libquadmath, libsanitizer, libssp and the C++ standard library - respectively. These features will fail to compile when building a - cross-compiler and are not necessary for the task of cross-compiling - the temporary libc. + libquadmath, libsanitizer, libssp, libvtv, libcilkrts + and the C++ standard library respectively. These features will fail + to compile when building a cross-compiler and are not necessary for + the task of cross-compiling the temporary libc.