Ignore:
Timestamp:
Aug 10, 2014, 9:53:18 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
2004b26
Parents:
9784318
git-author:
Chris Staub <chris@…> (08/10/14 21:53:04)
git-committer:
Chris Staub <chris@…> (08/10/14 21:53:18)
Message:

Removed unneeded GCC configure switches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/gcc.xml

    r9784318 r1dcf44d  
    7373<screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    7474    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    75     --with-local-prefix=/tools --enable-long-long --enable-c99 --enable-shared \
    76     --enable-threads=posix --disable-multilib --disable-nls \
    77     --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
    78     --with-system-zlib --with-native-system-header-dir=/tools/include \
    79     --disable-libssp --enable-checking=release --enable-libstdcxx-time</userinput></screen>
     75    --with-local-prefix=/tools --disable-multilib --disable-nls \
     76    --enable-languages=c,c++ --disable-libstdcxx-pch --with-system-zlib \
     77    --with-native-system-header-dir=/tools/include --disable-libssp \
     78    --enable-checking=release --enable-libstdcxx-time</userinput></screen>
    8079
    8180    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.