diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 8dc997b01..f34c028d2 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -72,10 +72,6 @@ cd ../gcc-build</userinput></screen> <screen><userinput remap="configure">SED=sed \ ../gcc-&gcc-version;/configure \ --prefix=/usr \ - --enable-shared \ - --enable-threads=posix \ - --enable-__cxa_atexit \ - --enable-clocale=gnu \ --enable-languages=c,c++ \ --disable-multilib \ --disable-bootstrap \ |