Ignore:
Timestamp:
Dec 13, 2015, 4:19:04 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
c7477f8e
Parents:
00cf9ca
git-author:
Chris Staub <chris@…> (12/13/15 15:57:55)
git-committer:
Chris Staub <chris@…> (12/13/15 16:19:04)
Message:

Put one configure option per line

File:
1 edited

Legend:

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

    r00cf9ca rb27081c4  
    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++ --with-mpc=/cross-tools --with-mpfr=/cross-tools \
    67     --with-gmp=/cross-tools --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-static \
     72    --enable-languages=c,c++ \
     73    --with-mpc=/cross-tools \
     74    --with-mpfr=/cross-tools \
     75    --with-gmp=/cross-tools \
     76    --with-isl=/cross-tools \
     77    --with-system-zlib</userinput></screen>
    6878
    6979    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.