Changeset 5857ae7 for BOOK/cross-tools
- Timestamp:
- Dec 24, 2008, 4:27:20 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 45b0ed5
- Parents:
- 91974d5
- Location:
- BOOK/cross-tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/native/toolchain.xml
r91974d5 r5857ae7 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 href="../common/gcc-static.xml"51 xpointer="xpointer(//*[@os='p1'])"/>52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"54 href="../common/gcc-static.xml"55 xpointer="xpointer(//*[@os='p2'])"/>56 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"58 50 href="../common/binutils.xml" 59 51 xpointer="xpointer(//*[@os='ba'])"/> … … 95 87 xpointer="xpointer(//*[@os='ad'])"/> 96 88 97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 98 href="../common/gcc-static.xml" 99 xpointer="xpointer(//*[@os='ag'])"/> 89 <para os="ng">This ensures by default the compiler will look in 90 /tools/lib/../lib or /tools/lib/../lib64 as appropriate:</para> 100 91 101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 102 href="../common/gcc-static.xml" 103 xpointer="xpointer(//*[@os='ah'])"/> 92 <screen os="nh"><userinput>echo " 93 #undef STANDARD_STARTFILE_PREFIX_1 94 #undef STANDARD_STARTFILE_PREFIX_2 95 #define STANDARD_STARTFILE_PREFIX_1 \"/tools/lib/\" 96 #define STANDARD_STARTFILE_PREFIX_2 \"\"" >> gcc/config/linux.h</userinput></screen> 104 97 105 98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/native64/toolchain.xml
r91974d5 r5857ae7 46 46 mv ../mpfr-&mpfr-version; ./mpfr 47 47 mv ../gmp-&gmp-version; ./gmp</userinput></screen> 48 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"50 href="../common/gcc-static.xml"51 xpointer="xpointer(//*[@os='p1'])"/>52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"54 href="../common/gcc-static.xml"55 xpointer="xpointer(//*[@os='p2'])"/>56 48 57 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 104 96 105 97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 106 href="../ common/gcc-static.xml"107 xpointer="xpointer(//*[@os=' ag'])"/>98 href="../native/gcc.xml" 99 xpointer="xpointer(//*[@os='ng'])"/> 108 100 109 101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 110 href="../ common/gcc-static.xml"111 xpointer="xpointer(//*[@os=' ah'])"/>102 href="../native/gcc.xml" 103 xpointer="xpointer(//*[@os='nh'])"/> 112 104 113 105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.