Ignore:
Timestamp:
08/09/2021 06:14:52 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
8024387
Parents:
b51c338
Message:

Adopt changes in libffi for other archs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libffi.xml

    rb51c338 rcd3fd92  
    118118
    119119<screen><userinput remap="configure">CC="gcc -m32" CXX="g++ -m32" ./configure \
     120    --host=i686-pc-linux-gnu \
    120121    --prefix=/usr            \
     122    --libdir=/usr/lib32      \
    121123    --disable-static         \
    122     --libdir=/usr/lib32     \
    123124    --with-gcc-arch=i686     \
    124     --host=i686-pc-linux-gnu</userinput></screen>
     125    --disable-exec-static-tramp</userinput></screen>
    125126
    126127    <para>Compile the package:</para>
     
    154155
    155156<screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32" ./configure \
     157    --host=x86_64-unknown-linux-gnux32 \
    156158    --prefix=/usr            \
     159    --libdir=/usr/libx32     \
    157160    --disable-static         \
    158     --libdir=/usr/libx32     \
    159161    --with-gcc-arch=x86_64   \
    160     --host=x86_64-unknown-linux-gnux32</userinput></screen>
     162    --disable-exec-static-tramp</userinput></screen>
    161163
    162164    <para>Compile the package:</para>
     
    206208
    207209</sect1>
    208 
Note: See TracChangeset for help on using the changeset viewer.