Changeset 54fde8f in clfs-embedded for BOOK/cross-tools/mips


Ignore:
Timestamp:
Oct 14, 2013, 8:57:24 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
fd75ead
Parents:
a5cbaf25
git-author:
Andrew Bradford <andrew@…> (10/10/13 12:35:24)
git-committer:
Andrew Bradford <andrew@…> (10/14/13 08:57:24)
Message:

gcc: Linewrap configure options

No changes, just linewrapping for easier reading such that one option
goes on each line. This will make it easier to see what changes in
diffs between book edits, plus it's easier to read in the rendered book,
too.

Location:
BOOK/cross-tools/mips
Files:
2 edited

Legend:

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

    ra5cbaf25 r54fde8f  
    5050
    5151<screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
    52   ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
    53   --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    54   --with-sysroot=${CLFS} --disable-nls --enable-shared \
    55   --enable-languages=c --enable-c99 --enable-long-long \
     52  ../gcc-&gcc-version;/configure \
     53  --prefix=${CLFS}/cross-tools \
     54  --build=${CLFS_HOST} \
     55  --target=${CLFS_TARGET} \
     56  --host=${CLFS_HOST} \
     57  --with-sysroot=${CLFS} \
     58  --disable-nls \
     59  --enable-shared \
     60  --enable-languages=c \
     61  --enable-c99 \
     62  --enable-long-long \
    5663  --disable-multilib \
    57   --with-abi=${CLFS_ABI} --with-arch=mips${CLFS_MIPS_LEVEL} \
    58   --with-float=${CLFS_FLOAT} --with-endian=${CLFS_ENDIAN}</userinput></screen>
     64  --with-abi=${CLFS_ABI} \
     65  --with-arch=mips${CLFS_MIPS_LEVEL} \
     66  --with-float=${CLFS_FLOAT} \
     67  --with-endian=${CLFS_ENDIAN}</userinput></screen>
    5968
    6069    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/mips/gcc-static.xml

    ra5cbaf25 r54fde8f  
    4949
    5050<screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
    51   ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
    52   --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    53   --with-sysroot=${CLFS} --disable-nls  --disable-shared \
    54   --without-headers --with-newlib \
    55   --disable-decimal-float --disable-libgomp --disable-libmudflap \
    56   --disable-libssp --disable-threads --enable-languages=c \
    57   --disable-multilib --with-abi=${CLFS_ABI} --with-arch=mips${CLFS_MIPS_LEVEL} \
    58   --with-float=${CLFS_FLOAT} --with-endian=${CLFS_ENDIAN}</userinput></screen>
     51  ../gcc-&gcc-version;/configure \
     52  --prefix=${CLFS}/cross-tools \
     53  --build=${CLFS_HOST} \
     54  --host=${CLFS_HOST} \
     55  --target=${CLFS_TARGET} \
     56  --with-sysroot=${CLFS} \
     57  --disable-nls  \
     58  --disable-shared \
     59  --without-headers \
     60  --with-newlib \
     61  --disable-decimal-float \
     62  --disable-libgomp \
     63  --disable-libmudflap \
     64  --disable-libssp \
     65  --disable-threads \
     66  --enable-languages=c \
     67  --disable-multilib \
     68  --with-abi=${CLFS_ABI} \
     69  --with-arch=mips${CLFS_MIPS_LEVEL} \
     70  --with-float=${CLFS_FLOAT} \
     71  --with-endian=${CLFS_ENDIAN}</userinput></screen>
    5972
    6073<!-- Common configure switches for all archs -->
Note: See TracChangeset for help on using the changeset viewer.