Changes in BOOK/cross-tools/common/gcc-final.xml [bd0ad10:d5c7418] in clfs-embedded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
rbd0ad10 rd5c7418 5 5 %general-entities; 6 6 ]> 7 8 <!-- Common GCC-Final -->9 7 10 8 <sect1 id="ch-cross-tools-gcc-final" role="wrap"> … … 18 16 </indexterm> 19 17 20 <xi:include role="package"xmlns:xi="http://www.w3.org/2003/XInclude"18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 21 19 href="gcc-static.xml" 22 20 xpointer="xpointer(//*[@role='package'])"/> … … 25 23 <title>Installation of GCC Cross Compiler</title> 26 24 27 <xi:include os="c"xmlns:xi="http://www.w3.org/2003/XInclude"25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 28 26 href="gcc-static.xml" 29 27 xpointer="xpointer(//*[@os='c'])"/> 30 28 31 <xi:include os="d"xmlns:xi="http://www.w3.org/2003/XInclude"29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 32 30 href="gcc-static.xml" 33 31 xpointer="xpointer(//*[@os='d'])"/> 34 32 35 <xi:include os="e"xmlns:xi="http://www.w3.org/2003/XInclude"33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 36 34 href="gcc-static.xml" 37 35 xpointer="xpointer(//*[@os='e'])"/> 38 36 39 <!-- This is the common configure line for GCC-Final -->40 <!-- It's not actually used by any arch but is here for reference. -->41 37 <screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 42 38 ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \ … … 45 41 --enable-languages=c --enable-c99 --enable-long-long \ 46 42 --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \ 47 --with-mpc=${CLFS}/cross-tools </userinput></screen>43 --with-mpc=${CLFS}/cross-tools --with-abi=${CLFS_ABI}</userinput></screen> 48 44 49 45 <variablelist os="af"> … … 73 69 </variablelist> 74 70 75 <xi:include os="ah"xmlns:xi="http://www.w3.org/2003/XInclude"71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 76 72 href="gcc-static.xml" 77 xpointer="xpointer(//*[@os='a h'])"/>73 xpointer="xpointer(//*[@os='ag'])"/> 78 74 79 <screen os="a i"><userinput>make</userinput></screen>75 <screen os="ah"><userinput>make</userinput></screen> 80 76 81 <xi:include os="aj"xmlns:xi="http://www.w3.org/2003/XInclude"77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 82 78 href="gcc-static.xml" 83 xpointer="xpointer(//*[@os='a j'])"/>79 xpointer="xpointer(//*[@os='ai'])"/> 84 80 85 <screen os="a k"><userinput>make install</userinput></screen>81 <screen os="aj"><userinput>make install</userinput></screen> 86 82 87 83 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.