- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64-64/gcc-final.xml
r04c3a53 re87d0b0 60 60 61 61 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 62 ../gcc-4.8.2/configure --prefix=/cross-tools \ 63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include --disable-nls \ 66 --enable-shared --disable-static --enable-languages=c,c++ \ 67 --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \ 68 --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \ 69 --with-gmp=/cross-tools --with-cloog=/cross-tools \ 70 --with-isl=/cross-tools --with-system-zlib --enable-checking=release \ 71 --enable-libstdcxx-time --with-abi=64</userinput></screen> 62 ../gcc-4.8.2/configure --prefix=/cross-tools \ 63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include --disable-nls \ 66 --enable-shared --disable-static --enable-languages=c,c++ \ 67 --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \ 68 --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \ 69 --with-gmp=/cross-tools --with-cloog=/cross-tools \ 70 --enable-cloog-backend=isl --with-isl=/cross-tools \ 71 --disable-isl-version-check --with-system-zlib --enable-checking=release \ 72 --enable-libstdcxx-time --with-abi=64</userinput></screen> 72 73 73 74 <variablelist os="bg"> … … 77 78 <term><parameter>--with-abi=64</parameter></term> 78 79 <listitem> 79 <para>For MIPS64, GCC defaults to building for the N32 ABI. This 80 option changes the default to 64 bits.</para> 80 <para>This option do ...</para> 81 81 </listitem> 82 82 </varlistentry> … … 101 101 href="../common/gcc-final.xml" 102 102 xpointer="xpointer(//*[@os='bg5'])"/> 103 104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"105 href="../common/gcc-final.xml"106 xpointer="xpointer(//*[@os='bg6'])"/>107 103 108 104 </variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.