Changeset 9831431


Ignore:
Timestamp:
02/04/2023 06:41:32 AM (15 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
1f9e7d5
Parents:
607ca5a4
Message:

Remove --disable-exec-static-tramp option for other archs, too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libffi.xml

    r607ca5a4 r9831431  
    115115    --libdir=/usr/lib32      \
    116116    --disable-static         \
    117     --with-gcc-arch=i686     \
    118     --disable-exec-static-tramp</userinput></screen>
     117    --with-gcc-arch=i686</userinput></screen>
    119118
    120119    <para>Compile the package:</para>
     
    152151    --libdir=/usr/libx32     \
    153152    --disable-static         \
    154     --with-gcc-arch=x86_64   \
    155     --disable-exec-static-tramp</userinput></screen>
     153    --with-gcc-arch=x86_64</userinput></screen>
    156154
    157155    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.