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

    r261e9f2b ra68f149  
    4646    without the need for downloading a Java binary.</para>
    4747
    48 <!--    &lfs75_checked; -->
     48    &lfs76_built;
    4949
    5050    <caution>
     
    135135    the <command>./configure</command> options below.</para>
    136136
     137    <para>As in LFS, fix a problem identified upstream:</para>
     138
     139<screen><userinput>sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
     140
    137141    <para>Install <application>GCC Java</application> by running the
    138142    following commands:</para>
     
    150154../gcc-&gcc-version;/configure           \
    151155    --prefix=/usr                \
    152     --libdir=/usr/lib            \
    153     --enable-shared              \
    154     --enable-threads=posix       \
    155     --enable-__cxa_atexit        \
    156     --enable-clocale=gnu         \
    157156    --disable-multilib           \
    158157    --with-system-zlib           \
     
    209208    <application>GCC</application> documentation recommends
    210209    building the package in a dedicated build directory.</para>
    211 
    212     <para><parameter>--enable-shared --enable-threads=posix
    213     --enable-__cxa_atexit</parameter>: These parameters are required to build
    214     the <application>C++</application> libraries to published standards.</para>
    215 
    216     <para><parameter>--enable-clocale=gnu</parameter>: This parameter is a
    217     failsafe for incomplete locale data.</para>
    218210
    219211    <para><parameter>--disable-multilib</parameter>: This parameter ensures
Note: See TracChangeset for help on using the changeset viewer.