Changeset 377f5f28


Ignore:
Timestamp:
01/19/2019 06:51:47 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c960b368
Parents:
aba7ff6
Message:

Remove obsolete i686 build instruction in LAME

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21001 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/lame.xml

    raba7ff6 r377f5f28  
    9191
    9292    <para>
    93       First, fix a compiler error introduced by
    94       <application>gcc-4.9.0</application> on 32-bit machines:
    95     </para>
    96 
    97 <screen><userinput>case $(uname -m) in
    98    i?86) sed -i -e 's/&lt;xmmintrin.h/&amp;.nouse/' configure ;;
    99 esac</userinput></screen>
    100 
    101     <para>
    10293      Install <application>LAME</application> by running
    10394      the following commands:
     
    121112  <sect2 role="commands">
    122113    <title>Command Explanations</title>
    123 
    124     <para>
    125       <command>sed -i -e 's/&lt;xmmintrin.h/&amp;.nouse/' configure</command> : with
    126       gcc-4.9.0 and above, the compiler issues an error on 32-bit machines,
    127       while compiling <filename>xmm_quantize_sub.c</filename>. The error
    128       message is: <literal>error: inlining failed in call to always_inline
    129       '_mm_loadu_ps'</literal>. This sed makes it appear as if
    130       <filename>xmmintrin.h</filename> is not present. Do not use this on other
    131       versions of gcc.
    132     </para>
    133114
    134115    <para>
Note: See TracChangeset for help on using the changeset viewer.