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-ada.xml

    r261e9f2b ra68f149  
    187187    <title>Installation of GCC Ada</title>
    188188
     189    <para>As in LFS, fix a problem identified upstream:</para>
     190
     191<screen><userinput>sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
     192
    189193    <para>Install <application>GCC Ada</application> by running the
    190194    following commands:</para>
     
    196200../gcc-&gcc-version;/configure          \
    197201    --prefix=/usr               \
    198     --libdir=/usr/lib           \
    199     --enable-shared             \
    200     --enable-threads=posix      \
    201     --enable-__cxa_atexit       \
    202     --enable-clocale=gnu        \
    203202    --disable-multilib          \
    204203    --with-system-zlib          \
     
    249248    <application>GCC</application> documentation recommends
    250249    building the package in a dedicated build directory.</para>
    251 
    252     <para><parameter>--enable-shared --enable-threads=posix
    253     --enable-__cxa_atexit</parameter>: These parameters are required to build
    254     the <application>C++</application> libraries to published standards.</para>
    255 
    256     <para><parameter>--enable-clocale=gnu</parameter>: This parameter is a
    257     failsafe for incomplete locale data.</para>
    258250
    259251    <para><parameter>--disable-multilib</parameter>: This parameter ensures
Note: See TracChangeset for help on using the changeset viewer.