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


Ignore:
Timestamp:
Oct 14, 2013, 8:57:24 AM (11 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/common
Files:
2 edited

Legend:

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

    ra5cbaf25 r54fde8f  
    5656<!-- It's not actually used by any arch but is here for reference. -->
    5757<screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
    58   ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
    59   --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    60   --with-sysroot=${CLFS} --disable-nls --enable-shared \
    61   --enable-languages=c --enable-c99 --enable-long-long \
    62   --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    63   --with-mpc=${CLFS}/cross-tools --disable-multilib</userinput></screen>
     58  ../gcc-&gcc-version;/configure \
     59  --prefix=${CLFS}/cross-tools \
     60  --build=${CLFS_HOST} \
     61  --target=${CLFS_TARGET} \
     62  --host=${CLFS_HOST} \
     63  --with-sysroot=${CLFS} \
     64  --disable-nls \
     65  --enable-shared \
     66  --enable-languages=c \
     67  --enable-c99 \
     68  --enable-long-long \
     69  --with-mpfr=${CLFS}/cross-tools \
     70  --with-gmp=${CLFS}/cross-tools \
     71  --with-mpc=${CLFS}/cross-tools \
     72  --disable-multilib</userinput></screen>
    6473
    6574    <variablelist os="af">
  • BOOK/cross-tools/common/gcc-static.xml

    ra5cbaf25 r54fde8f  
    5252<!-- It's not actually used by any arch but is here for reference. -->
    5353<screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
    54   ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
    55   --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    56   --with-sysroot=${CLFS} --disable-nls  --disable-shared \
    57   --without-headers --with-newlib \
    58   --disable-decimal-float --disable-libgomp --disable-libmudflap \
    59   --disable-libssp --disable-threads --enable-languages=c \
     54  ../gcc-&gcc-version;/configure \
     55  --prefix=${CLFS}/cross-tools \
     56  --build=${CLFS_HOST} \
     57  --host=${CLFS_HOST} \
     58  --target=${CLFS_TARGET} \
     59  --with-sysroot=${CLFS} \
     60  --disable-nls  \
     61  --disable-shared \
     62  --without-headers \
     63  --with-newlib \
     64  --disable-decimal-float \
     65  --disable-libgomp \
     66  --disable-libmudflap \
     67  --disable-libssp \
     68  --disable-threads \
     69  --enable-languages=c \
    6070  --disable-multilib</userinput></screen>
    6171
Note: See TracChangeset for help on using the changeset viewer.