Changeset 0de123e
- Timestamp:
- 08/15/2005 09:40:17 PM (19 years ago)
- Children:
- 940e0ab
- Parents:
- 78675cc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r78675cc r0de123e 119 119 </listitem> 120 120 121 <listitem><para>August 15th, 2005 [matt]: Alter the GCC -fomit-frame-pointer sed 122 to protect from multiple invocations (Greg Schafer)</para></listitem> 123 121 124 <listitem><para>August 14th, 2005 [matt]: Mention the common libmudflap test 122 125 failures in GCC (fixes bug 1615).</para></listitem> -
chapter05/gcc-pass2.xml
r78675cc r0de123e 83 83 </para> 84 84 85 <screen><userinput>sed -i 's/^XCFLAGS = /& -fomit-frame-pointer/' gcc/Makefile.in</userinput></screen>85 <screen><userinput>sed -i 's/^XCFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in</userinput></screen> 86 86 87 87 <para>Apply the following patch to change the location of GCC's default dynamic -
chapter06/gcc.xml
r78675cc r0de123e 52 52 </para> 53 53 54 <screen><userinput>sed -i 's/^XCFLAGS = /& -fomit-frame-pointer/' gcc/Makefile.in</userinput></screen>54 <screen><userinput>sed -i 's/^XCFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in</userinput></screen> 55 55 56 56 <para>The GCC documentation recommends building GCC outside of the source -
general.ent
r78675cc r0de123e 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "GCC4-2005081 4">3 <!ENTITY releasedate "August 1 4, 2005">2 <!ENTITY version "GCC4-20050815"> 3 <!ENTITY releasedate "August 15, 2005"> 4 4 <!ENTITY milestone "6.2"> 5 5 <!ENTITY generic-version "gcc4"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note:
See TracChangeset
for help on using the changeset viewer.