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

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