Ignore:
Timestamp:
10/26/2014 05:38:54 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
52e5650b
Parents:
4968434
Message:

Improvements, updates, additions to Programming section.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc-java.xml

    r4968434 rd5169f16  
    154154../gcc-&gcc-version;/configure           \
    155155    --prefix=/usr                \
    156     --libdir=/usr/lib            \
    157     --enable-shared              \
    158     --enable-threads=posix       \
    159     --enable-__cxa_atexit        \
    160     --enable-clocale=gnu         \
    161156    --disable-multilib           \
    162157    --with-system-zlib           \
     
    219214    <application>GCC</application> documentation recommends
    220215    building the package in a dedicated build directory.</para>
    221 
    222     <para><parameter>--enable-shared --enable-threads=posix
    223     --enable-__cxa_atexit</parameter>: These parameters are required to build
    224     the <application>C++</application> libraries to published standards.</para>
    225 
    226     <para><parameter>--enable-clocale=gnu</parameter>: This parameter is a
    227     failsafe for incomplete locale data.</para>
    228216
    229217    <para><parameter>--disable-multilib</parameter>: This parameter ensures
Note: See TracChangeset for help on using the changeset viewer.