Changeset ab98f0ce for general


Ignore:
Timestamp:
07/17/2017 12:15:18 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, lazarus, lxqt, 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:
e4af58d
Parents:
c9846cb
Message:

Fix installation of GCC-Ada libs and headers due to broken Makefile.

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

File:
1 edited

Legend:

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

    rc9846cb rab98f0ce  
    279279    </para>
    280280
    281 <screen role="root"><userinput>make install &amp;&amp;
    282 
    283 mkdir -pv /usr/share/gdb/auto-load/usr/lib              &amp;&amp;
    284 mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib &amp;&amp;
     281<screen role="root"><userinput>make install                                               &amp;&amp;
     282install -vm644 gcc/ada/rts/*.ali \
     283    /usr/lib/gcc-$(uname-m)-pc-linux-gnu/&gcc-version;/adalib/     &amp;&amp;
     284install -vm644 gcc/ada/rts/*.ad? \
     285    /usr/lib/gcc-$(uname-m)-pc-linux-gnu/&gcc-version;/adainclude/ &amp;&amp;
     286mkdir -pv /usr/share/gdb/auto-load/usr/lib                 &amp;&amp;
     287mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib    &amp;&amp;
    285288
    286289chown -v -R root:root \
     
    357360      condensed version of the summary. You may also wish to redirect the output
    358361      to a file for review and comparison later on.
     362    </para>
     363
     364    <para>
     365      <command>install -vm644 gcc/ada/rts/...</command>: These commands install
     366      missing libraries and headers that were not installed due to an error in
     367      the Makefile for ada. <!-- Remove for GCC-7.1.1 -->
    359368    </para>
    360369
Note: See TracChangeset for help on using the changeset viewer.