Ignore:
Timestamp:
08/22/2014 11:59:07 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
c193fbe
Parents:
261e9f2b
Message:

Mirror gcc instructions from LFS. Mark gcj as built for 7.6. Add upstream fix to gcj and gnat pages too.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13996 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r261e9f2b ra68f149  
    141141../gcc-&gcc-version;/configure                               \
    142142    --prefix=/usr                                    \
    143     --libdir=/usr/lib                                \
    144     --enable-shared                                  \
    145     --enable-threads=posix                           \
    146     --enable-__cxa_atexit                            \
    147     --enable-clocale=gnu                             \
    148143    --disable-multilib                               \
    149144    --with-system-zlib                               \
     
    193188    <title>Command Explanations</title>
    194189
    195 <!--    <para>
    196       <command>patch ... gcc-&gcc-version;-upstream_fixes-1.patch</command>:
    197       This patch corrects bugs in the GCC optimization system, which otherwise
    198       would generate wrong code.
    199     </para>
    200 -->
    201190    <para>
    202191      <command>mkdir ../gcc-build; cd ../gcc-build</command>: The
     
    204193      building the package in a dedicated build directory.
    205194    </para>
    206 
    207     <para>
    208       <parameter>--enable-shared --enable-threads=posix
    209       --enable-__cxa_atexit</parameter>: These parameters are required to build
    210       the <application>C++</application> libraries to published standards.
    211     </para>
    212 
    213     <para>
    214       <parameter>--enable-clocale=gnu</parameter>: This parameter is a
    215     failsafe for incomplete locale data.</para>
    216195
    217196    <para>
Note: See TracChangeset for help on using the changeset viewer.