Changeset 0602db2 in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Feb 14, 2007, 4:17:26 PM (18 years ago)
- Branches:
- master
- Children:
- 04997ab
- Parents:
- b94ee8a
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
rb94ee8a r0602db2 46 46 href="gcc-static.xml" 47 47 xpointer="xpointer(//*[@os='p6'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"50 href="gcc-static.xml"51 xpointer="xpointer(//*[@os='p7'])"/>52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"54 href="gcc-static.xml"55 xpointer="xpointer(//*[@os='p8'])"/>56 48 57 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/gcc-static.xml
rb94ee8a r0602db2 37 37 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-uclibc-patch;</userinput></screen> 38 38 39 <para os="p5">The following patch fixes the searching of multilib dirs for 40 specs file.The patch standardizes the gcc drivers path iteration functions, 41 ensuring multilib directories are searched in the correct order. This fixes 42 various issues, most noticably with libtool on multilib systems:</para> 43 44 <screen os="p6"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen> 45 46 <para os="p7">The following patch ensures that <command>gcc</command> does not 39 <para os="p5">The following patch ensures that <command>gcc</command> does not 47 40 search the <filename class="directory">/usr</filename> directory for 48 41 <filename class="libraryfile">libgcc_s.so</filename> when 49 42 cross-compiling:</para> 50 43 51 <screen os="p 8"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen>44 <screen os="p6"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen> 52 45 53 46 <para os="c">The GCC documentation recommends building GCC outside of the source
Note:
See TracChangeset
for help on using the changeset viewer.