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/temp-system/common/gcc.xml

    r00cf9ca rb27081c4  
    6969    xpointer="xpointer(//*[@os='h'])"/>
    7070
    71 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    72     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    73     --with-local-prefix=/tools --disable-multilib \
    74     --enable-languages=c,c++ --with-system-zlib \
     71<screen os="ck"><userinput>../gcc-&gcc-version;/configure \
     72    --prefix=/tools \
     73    --build=${CLFS_HOST} \
     74    --host=${CLFS_TARGET} \
     75    --target=${CLFS_TARGET} \
     76    --with-local-prefix=/tools \
     77    --disable-multilib \
     78    --enable-languages=c,c++ \
     79    --with-system-zlib \
    7580    --with-native-system-header-dir=/tools/include \
    76     --disable-libssp --enable-install-libiberty</userinput></screen>
     81    --disable-libssp \
     82    --enable-install-libiberty</userinput></screen>
    7783
    7884    <variablelist os="cl">
Note: See TracChangeset for help on using the changeset viewer.