aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/binutils-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-10 23:48:26 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-10 23:48:26 +0000
commit84a7dc232d8d21a757b84cbea5f41292a90344f8 (patch)
tree4f33d88c7b27ae49129e33918de3a4e99e02c001 /chapter06/binutils-inst.xml
parenta5b2aa952edbfaf52eada536e7a8fe7d8de30bba (diff)
removed all non-essential CFLAGS and LDFLAGS
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2552 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils-inst.xml')
-rw-r--r--chapter06/binutils-inst.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml
index 588caee4b..0c2d4f973 100644
--- a/chapter06/binutils-inst.xml
+++ b/chapter06/binutils-inst.xml
@@ -16,14 +16,13 @@ cd ../binutils-build</userinput></screen></para>
<para>Next, prepare Binutils to be compiled:</para>
-<para><screen><userinput>CFLAGS="-O2 -pipe" \
-&nbsp;&nbsp;&nbsp;&nbsp;../binutils-&binutils-version;/configure \
+<para><screen><userinput>../binutils-&binutils-version;/configure \
&nbsp;&nbsp;&nbsp;&nbsp;--prefix=/usr --mandir=/usr/share/man \
&nbsp;&nbsp;&nbsp;&nbsp;--infodir=/usr/share/info --enable-shared</userinput></screen></para>
<para>Continue with compiling the package:</para>
-<para><screen><userinput>make tooldir=/usr LDFLAGS="-s"</userinput></screen></para>
+<para><screen><userinput>make tooldir=/usr</userinput></screen></para>
<para><screen><userinput>make check</userinput></screen></para>