Browse Source

removed LDFLAGS from export command and chroot

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 years ago
parent
commit
148c207230
3 changed files with 1 additions and 3 deletions
  1. 1 1
      chapter05/setting-environment.xml
  2. 0 1
      chapter06/chroot.xml
  3. 0 1
      chapter06/revisedchroot.xml

+ 1 - 1
chapter05/setting-environment.xml

@@ -11,7 +11,7 @@ umask 022
 LFS=/mnt/lfs
 LC_ALL=POSIX
 PATH=/stage1/bin:$PATH
-export LFS LC_ALL LDFLAGS PATH
+export LFS LC_ALL PATH
 EOF
 source ~/.bash_profile</userinput></screen></para>
 

+ 0 - 1
chapter06/chroot.xml

@@ -13,7 +13,6 @@ to enter the chroot environment:</para>
 <para><screen><userinput>chroot $LFS /stage1/bin/env -i \
 &nbsp;&nbsp;&nbsp;&nbsp;HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
 &nbsp;&nbsp;&nbsp;&nbsp;PATH=/bin:/usr/bin:/sbin:/usr/sbin:/stage1/bin \
-&nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-s" \
 &nbsp;&nbsp;&nbsp;&nbsp;/stage1/bin/bash --login</userinput></screen>
 </para>
 

+ 0 - 1
chapter06/revisedchroot.xml

@@ -17,7 +17,6 @@ class="directory">/static</filename> directory anymore.</para>
 <para><screen><userinput>chroot $LFS /usr/bin/env -i \
 &nbsp;&nbsp;&nbsp;&nbsp;HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
 &nbsp;&nbsp;&nbsp;&nbsp;PATH=/bin:/usr/bin:/sbin:/usr/sbin \
-&nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-s" \
 &nbsp;&nbsp;&nbsp;&nbsp;/bin/bash --login</userinput></screen></para>
 
 <para><screen><userinput>set +h</userinput></screen></para>