mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
misc fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
bb6ff0e8f0
commit
6b2f69c48d
@ -15,11 +15,9 @@ cd ../gcc-build</userinput></screen></para>
|
|||||||
<para><screen><userinput>CFLAGS="-O2 -pipe" CXXFLAGS="-O2 -pipe" \
|
<para><screen><userinput>CFLAGS="-O2 -pipe" CXXFLAGS="-O2 -pipe" \
|
||||||
../gcc-&gcc-version;/configure --prefix=/stage1 \
|
../gcc-&gcc-version;/configure --prefix=/stage1 \
|
||||||
--with-local-prefix=/stage1 \
|
--with-local-prefix=/stage1 \
|
||||||
--enable-languages=c,c++ --enable-shared \
|
--enable-clocale=gnu --enable-shared \
|
||||||
--enable-threads=posix --enable-__cxa_atexit \
|
--enable-threads=posix --enable-__cxa_atexit
|
||||||
--enable-version-specific-runtime-libs
|
make LDFLAGS="-s"
|
||||||
make BOOT_LDFLAGS="-s" BOOT_CFLAGS="-O2 -pipe" \
|
|
||||||
STAGE1_CFLAGS="-pipe" bootstrap
|
|
||||||
make -k check
|
make -k check
|
||||||
make install</userinput></screen></para>
|
make install</userinput></screen></para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user