No bootstrap

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-05 18:40:47 +00:00
parent dcf9ee3276
commit 69bd5114ea

View File

@ -18,7 +18,7 @@ cd ../gcc-build</userinput></screen></para>
&nbsp;&nbsp;&nbsp;&nbsp;--enable-clocale=gnu --enable-shared \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-threads=posix --enable-__cxa_atexit
make BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 -pipe" \
&nbsp;&nbsp;&nbsp;&nbsp;STAGE1_CFLAGS="-pipe" bootstrap
&nbsp;&nbsp;&nbsp;&nbsp;STAGE1_CFLAGS="-pipe"
make -k check
make install</userinput></screen></para>