Changeset e8502cf in clfs-embedded


Ignore:
Timestamp:
Oct 15, 2013, 1:00:04 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
96ab1c3
Parents:
6368159
git-author:
Andrew Bradford <andrew@…> (10/14/13 08:20:48)
git-committer:
Andrew Bradford <andrew@…> (10/15/13 13:00:04)
Message:

gcc-final: Remove --enable-shared, it's the default

Location:
BOOK/cross-tools
Files:
4 edited

Legend:

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

    r6368159 re8502cf  
    5656  --with-sysroot=${CLFS}/cross-tools/sysroot \
    5757  --disable-nls \
    58   --enable-shared \
    5958  --enable-languages=c \
    6059  --enable-c99 \
  • BOOK/cross-tools/common/gcc-final.xml

    r6368159 re8502cf  
    6262  --with-sysroot=${CLFS}/cross-tools/sysroot \
    6363  --disable-nls \
    64   --enable-shared \
    6564  --enable-languages=c \
    6665  --enable-c99 \
     
    7372    <variablelist os="af">
    7473      <title>The meaning of the configure options not used previously:</title>
    75 
    76       <varlistentry os="af1">
    77         <term><parameter>--enable-shared</parameter></term>
    78         <listitem>
    79           <para>Enables the creation of the shared libraries.</para>
    80         </listitem>
    81       </varlistentry>
    8274
    8375      <varlistentry os="af2">
  • BOOK/cross-tools/mips/gcc-final.xml

    r6368159 re8502cf  
    5656  --with-sysroot=${CLFS}/cross-tools/sysroot \
    5757  --disable-nls \
    58   --enable-shared \
    5958  --enable-languages=c \
    6059  --enable-c99 \
  • BOOK/cross-tools/x86/gcc-final.xml

    r6368159 re8502cf  
    5656  --with-sysroot=${CLFS}/cross-tools/sysroot \
    5757  --disable-nls \
    58   --enable-shared \
    5958  --enable-languages=c \
    6059  --enable-c99 \
Note: See TracChangeset for help on using the changeset viewer.