Ignore:
Timestamp:
09/14/2014 09:54:13 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, 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:
51c08f3
Parents:
8ff62e35
Message:

LLVM-3.5.0: remove not needed anymore fix for linking.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r8ff62e35 r5d4a086a  
    177177    </para>
    178178
    179 <screen><userinput>sed -i '/Support/ iLLVMLibsOptions := ../../lib/IR/Release*/Pass.o' \
    180        tools/bugpoint/Makefile tools/opt/Makefile &amp;&amp;
    181 sed -e "s:/docs/llvm:/share/doc/llvm-&llvm-version;:" \
     179<screen><userinput>sed -e "s:/docs/llvm:/share/doc/llvm-&llvm-version;:" \
    182180    -i Makefile.config.in &amp;&amp;
    183181
     
    246244      <command>sed -e ... Makefile.config.in</command>: This sed fixes
    247245      location of the installed documentation.
    248     </para>
    249 
    250     <para>
    251       <command>sed -i ... tools/opt/Makefile</command>: Workaround to make sure
    252       it links correctly.
    253246    </para>
    254247
Note: See TracChangeset for help on using the changeset viewer.