Changeset 6a043e2 for BOOK/cross-tools/mips64-64
- Timestamp:
- Aug 27, 2008, 4:51:20 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ddbac3c
- Parents:
- 5df4d80
- Location:
- BOOK/cross-tools/mips64-64
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64-64/gcc-final.xml
r5df4d80 r6a043e2 23 23 <title>Installation of GCC Cross Compiler</title> 24 24 25 <!--26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"27 href="gcc-static.xml"28 xpointer="xpointer(//*[@os='p1'])"/>29 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"31 href="gcc-static.xml"32 xpointer="xpointer(//*[@os='p2'])"/>33 -->34 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"36 href="../common/gcc-final.xml"37 xpointer="xpointer(//*[@os='p3'])"/>38 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"40 href="../common/gcc-final.xml"41 xpointer="xpointer(//*[@os='p4'])"/>42 43 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 26 href="gcc-static.xml" … … 56 38 href="gcc-static.xml" 57 39 xpointer="xpointer(//*[@os='ad'])"/> 58 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"60 href="gcc-static.xml"61 xpointer="xpointer(//*[@os='ae'])"/>62 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"64 href="gcc-static.xml"65 xpointer="xpointer(//*[@os='af'])"/>66 40 67 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 93 67 xpointer="xpointer(//*[@os='h'])"/> 94 68 95 <screen os="bf" ><userinput> ../gcc-&gcc-version;/configure --prefix=/cross-tools \96 -- target=${CLFS_TARGET} --host=${CLFS_HOST} --with-abi=64 \69 <screen os="bf" ><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 70 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} 97 71 --with-local-prefix=/tools --disable-nls --enable-shared \ 98 72 --enable-languages=c,c++ --enable-__cxa_atexit --disable-multilib \ 99 --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen> 73 --enable-c99 --enable-long-long --enable-threads=posix \ 74 --with-abi=64</userinput></screen> 100 75 101 76 <variablelist os="bg"> -
BOOK/cross-tools/mips64-64/gcc-static.xml
r5df4d80 r6a043e2 24 24 and no Threads</title> 25 25 26 <!--27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"28 href="../common/gcc-static.xml"29 xpointer="xpointer(//*[@os='p1'])"/>30 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"32 href="../common/gcc-static.xml"33 xpointer="xpointer(//*[@os='p2'])"/>34 -->35 36 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 27 href="../common/gcc-static.xml" … … 49 39 href="../common/gcc-static.xml" 50 40 xpointer="xpointer(//*[@os='ad'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"53 href="../common/gcc-static.xml"54 xpointer="xpointer(//*[@os='ae'])"/>55 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"57 href="../common/gcc-static.xml"58 xpointer="xpointer(//*[@os='af'])"/>59 41 60 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 86 68 xpointer="xpointer(//*[@os='h'])"/> 87 69 88 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 89 --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-mutlilib \ 90 --with-local-prefix=/tools --disable-nls --disable-shared \ 91 --disable-threads --enable-languages=c --with-abi=64</userinput></screen> 70 <screen os="al"><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 71 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 72 --disable-mutlilib --with-local-prefix=/tools --disable-nls \ 73 --without-headers --with-newlib --disable-decimal-float \ 74 --disable-libgomp --disable-libmudflap --disable-libssp \ 75 --disable-shared --disable-threads --enable-languages=c \ 76 --with-abi=64</userinput></screen> 92 77 93 78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/mips64-64/glibc.xml
r5df4d80 r6a043e2 26 26 href="../common/glibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/glibc.xml" 31 xpointer="xpointer(//*[@os='p3'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/glibc.xml" 35 xpointer="xpointer(//*[@os='p4'])"/> 28 36 29 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.