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