فهرست منبع

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
Gerard Beekmans 22 سال پیش
والد
کامیت
a80b743be8
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      chapter05/gcc-pass2-inst.xml

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

@@ -17,8 +17,7 @@ cd ../gcc-build</userinput></screen></para>
 &nbsp;&nbsp;&nbsp;&nbsp;--with-local-prefix=/stage1 \
 &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"
+make LDFLAGS="-s"
 make -k check
 make install</userinput></screen></para>