Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

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

    rc636dee r7cd7f99  
    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-nls \
    66     --disable-static --enable-languages=c,c++ --disable-multilib \
    67     --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    68     --with-isl=/cross-tools --with-system-zlib</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-nls \
     72    --disable-static \
     73    --enable-languages=c,c++ \
     74    --disable-multilib \
     75    --with-mpc=/cross-tools \
     76    --with-mpfr=/cross-tools \
     77    --with-gmp=/cross-tools \
     78    --with-isl=/cross-tools \
     79    --with-system-zlib</userinput></screen>
    6980
    7081    <variablelist os="bg">
Note: See TracChangeset for help on using the changeset viewer.