Explorar o código

No bootstrap

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans %!s(int64=22) %!d(string=hai) anos
pai
achega
69bd5114ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      chapter05/gcc-pass2-inst.xml

+ 1 - 1
chapter05/gcc-pass2-inst.xml

@@ -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>