mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-20 04:09:21 +01:00
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:
parent
69bd5114ea
commit
a80b743be8
@ -17,8 +17,7 @@ cd ../gcc-build</userinput></screen></para>
|
|||||||
--with-local-prefix=/stage1 \
|
--with-local-prefix=/stage1 \
|
||||||
--enable-clocale=gnu --enable-shared \
|
--enable-clocale=gnu --enable-shared \
|
||||||
--enable-threads=posix --enable-__cxa_atexit
|
--enable-threads=posix --enable-__cxa_atexit
|
||||||
make BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 -pipe" \
|
make LDFLAGS="-s"
|
||||||
STAGE1_CFLAGS="-pipe"
|
|
||||||
make -k check
|
make -k check
|
||||||
make install</userinput></screen></para>
|
make install</userinput></screen></para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user