Ignore:
Timestamp:
Dec 13, 2015, 4:21:52 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
fc86858d
Parents:
dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'sysvinit' of clfs.org:cross-lfs into sysvinit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips64-64/gcc-final.xml

    rdbc5b02 r991595cf  
    5959    xpointer="xpointer(//*[@os='h'])"/>
    6060
    61 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    62     ../gcc-&gcc-version;/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-static \
    66     --enable-languages=c,c++ --disable-multilib --with-mpc=/cross-tools \
    67     --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools \
    68     --with-system-zlib --with-abi=64</userinput></screen>
     61<screen os="bf"><userinput>AR=ar \
     62LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     63../gcc-&gcc-version;/configure \
     64    --prefix=/cross-tools \
     65    --build=${CLFS_HOST} \
     66    --target=${CLFS_TARGET} \
     67    --host=${CLFS_HOST} \
     68    --with-sysroot=${CLFS} \
     69    --with-local-prefix=/tools \
     70    --with-native-system-header-dir=/tools/include \
     71    --disable-static \
     72    --enable-languages=c,c++ \
     73    --disable-multilib \
     74    --with-mpc=/cross-tools \
     75    --with-mpfr=/cross-tools \
     76    --with-gmp=/cross-tools \
     77    --with-isl=/cross-tools \
     78    --with-system-zlib \
     79    --with-abi=64</userinput></screen>
    6980
    7081    <variablelist os="bg">
Note: See TracChangeset for help on using the changeset viewer.