Changeset 0de123e


Ignore:
Timestamp:
08/15/2005 09:40:17 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
940e0ab
Parents:
78675cc
Message:

Prevent GCC's -fomit-frame-pointer sed from breaking if invoked more than once

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r78675cc r0de123e  
    119119</listitem>
    120120
     121<listitem><para>August 15th, 2005 [matt]: Alter the GCC -fomit-frame-pointer sed
     122to protect from multiple invocations (Greg Schafer)</para></listitem>
     123
    121124<listitem><para>August 14th, 2005 [matt]: Mention the common libmudflap test
    122125failures in GCC (fixes bug 1615).</para></listitem>
  • chapter05/gcc-pass2.xml

    r78675cc r0de123e  
    8383</para>
    8484
    85 <screen><userinput>sed -i 's/^XCFLAGS =/&amp; -fomit-frame-pointer/' gcc/Makefile.in</userinput></screen>
     85<screen><userinput>sed -i 's/^XCFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in</userinput></screen>
    8686
    8787<para>Apply the following patch to change the location of GCC's default dynamic
  • chapter06/gcc.xml

    r78675cc r0de123e  
    5252</para>
    5353
    54 <screen><userinput>sed -i 's/^XCFLAGS =/&amp; -fomit-frame-pointer/' gcc/Makefile.in</userinput></screen>
     54<screen><userinput>sed -i 's/^XCFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in</userinput></screen>
    5555
    5656<para>The GCC documentation recommends building GCC outside of the source
  • general.ent

    r78675cc r0de123e  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "GCC4-20050814">
    3 <!ENTITY releasedate "August 14, 2005">
     2<!ENTITY version "GCC4-20050815">
     3<!ENTITY releasedate "August 15, 2005">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "gcc4"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.