Changeset 276d9ed
- Timestamp:
- Jun 5, 2009, 10:08:41 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6861354
- Parents:
- 83a9b6e
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
r83a9b6e r276d9ed 62 62 href="gcc-static.xml" 63 63 xpointer="xpointer(//*[@os='aj'])"/> 64 65 <para os="gcf1">Now we will prevent gcc from running the fixincludes script, so 66 it doesn't modify any of the headers we have installed:</para> 67 68 <screen os="gcf2"><userinput>cp -v gcc/Makefile.in{,.orig} 69 sed -e 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 64 70 65 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r83a9b6e r276d9ed 57 57 <listitem> 58 58 <para>[Jim] - Updated VIM Branch Update Patch to -15.</para> 59 </listitem> 60 <listitem> 61 <para>[Jim] - Added sed to Cross-Tools Section gcc-final to prevent 62 the running of GCC's fixincludes script.</para> 59 63 </listitem> 60 64 </itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.