|
@@ -15,11 +15,9 @@ cd ../gcc-build</userinput></screen></para>
|
|
|
<para><screen><userinput>CFLAGS="-O2 -pipe" CXXFLAGS="-O2 -pipe" \
|
|
|
../gcc-&gcc-version;/configure --prefix=/stage1 \
|
|
|
--with-local-prefix=/stage1 \
|
|
|
- --enable-languages=c,c++ --enable-shared \
|
|
|
- --enable-threads=posix --enable-__cxa_atexit \
|
|
|
- --enable-version-specific-runtime-libs
|
|
|
-make BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 -pipe" \
|
|
|
- STAGE1_CFLAGS="-pipe" bootstrap
|
|
|
+ --enable-clocale=gnu --enable-shared \
|
|
|
+ --enable-threads=posix --enable-__cxa_atexit
|
|
|
+make LDFLAGS="-s"
|
|
|
make -k check
|
|
|
make install</userinput></screen></para>
|
|
|
|