mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +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 \
|
||||
--enable-clocale=gnu --enable-shared \
|
||||
--enable-threads=posix --enable-__cxa_atexit
|
||||
make BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 -pipe" \
|
||||
STAGE1_CFLAGS="-pipe"
|
||||
make LDFLAGS="-s"
|
||||
make -k check
|
||||
make install</userinput></screen></para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user