Changeset a51ec907


Ignore:
Timestamp:
08/23/2014 03:28:18 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
dc440cc1
Parents:
87808da
Message:

Building with clang++ has been unbroken.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/icu.xml

    r87808da ra51ec907  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9595
    9696<screen><userinput>cd source &amp;&amp;
    97 CXX=g++ ./configure --prefix=/usr &amp;&amp;
     97./configure --prefix=/usr &amp;&amp;
    9898make</userinput></screen>
    9999
     
    107107
    108108<screen role="root"><userinput>make install</userinput></screen>
    109   </sect2>
    110 
    111   <sect2 role="commands">
    112     <title>Command Explanations</title>
    113 
    114     <para>
    115       <envar>CXX=g++</envar>: This environment variable forces use of
    116       <command>g++</command> compiler since building with
    117       <command>clang++</command> is currently broken.
    118     </para>
    119109
    120110  </sect2>
Note: See TracChangeset for help on using the changeset viewer.