Ignore:
Timestamp:
02/15/2014 12:40:11 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
3e2ac00
Parents:
e88c73c
Message:

Merge latest LFS SVN.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10468 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    re88c73c rf8756ab  
    6565    <command>sed</command> command to force the build to use the flag:</para>
    6666
    67 <screen><userinput remap="pre">cp -v gcc/Makefile.in{,.tmp}
    68 sed 's/^T_CFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in.tmp \
    69   &gt; gcc/Makefile.in</userinput></screen>
     67<screen><userinput remap="pre">case `uname -m` in
     68  i?86) sed -i 's/^T_CFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in ;;
     69esac</userinput></screen>
    7070
    7171    <para>Once again, change the location of GCC's default dynamic linker to
Note: See TracChangeset for help on using the changeset viewer.