Changeset a348fd9 in clfs-sysroot for BOOK/cross-tools
- Timestamp:
- Jan 3, 2009, 10:32:21 AM (16 years ago)
- Branches:
- master
- Children:
- 816ab21
- Parents:
- 3c5af27
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
r3c5af27 ra348fd9 30 30 href="../../final-system/common/gcc.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="gcc-static.xml"35 xpointer="xpointer(//*[@os='ac'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 href="gcc-static.xml"39 xpointer="xpointer(//*[@os='ad'])"/>40 32 41 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/gcc-static.xml
r3c5af27 ra348fd9 31 31 href="../../final-system/common/gcc.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 34 <para os="ac">The following patch ensures that <command>gcc</command> does not35 search the <filename class="directory">/usr</filename> directory for36 <filename class="libraryfile">libgcc_s.so</filename> when37 cross-compiling:</para>38 39 <screen os="ad"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen>40 33 41 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.