I was right...BOOT_* vars are _not_ needed, unless you bootstrap, which we do not

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-05 19:01:10 +00:00
parent 69bd5114ea
commit a80b743be8

View File

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