Changeset 3e82eae for general/prog


Ignore:
Timestamp:
09/01/2018 03:11:18 PM (6 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, 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:
b57642a
Parents:
541e056
Message:

Last minute change to disable libmpx in GCC

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

Location:
general/prog
Files:
2 edited

Legend:

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

    r541e056 r3e82eae  
    7575        without enabling ada after running the instructions on this page,
    7676        the new compiler will not be able to compile ADA anymore. If you already
    77         have ADA instaled, you do not need to use the istrucitons on this page,
     77        have ADA instaled, you do not need to use the instructions on this page,
    7878        simply add <parameter>ada</parameter> to the
    7979        <parameter>--enable-languages</parameter> parameter using the
     
    255255    --prefix=/usr          \
    256256    --disable-multilib     \
     257    --disable-libmpx       \
    257258    --with-system-zlib     \
    258259    --enable-languages=ada &amp;&amp;
  • general/prog/gcc.xml

    r541e056 r3e82eae  
    187187    --prefix=/usr                                    \
    188188    --disable-multilib                               \
     189    --disable-libmpx                                 \
    189190    --with-system-zlib                               \
    190191    --enable-languages=c,c++,fortran,go,objc,obj-c++ &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.