Ignore:
Timestamp:
08/21/2022 08:05:41 AM (20 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
fd4792b
Parents:
b4516c2
Message:

Adopt change instructions to m32/mx32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/expat.xml

    rb4516c2 r9282602  
    8282
    8383<screen><userinput remap="configure">CC="gcc -m32" ./configure \
    84     --prefix=/usr         \
     84    --prefix=/usr        \
     85    --disable-static     \
    8586    --libdir=/usr/lib32  \
    8687    --host=i686-pc-linux-gnu</userinput></screen>
     
    114115
    115116<screen><userinput remap="configure">CC="gcc -mx32" ./configure \
    116     --prefix=/usr         \
     117    --prefix=/usr        \
     118    --disable-static     \
    117119    --libdir=/usr/libx32 \
    118120    --host=x86_64-pc-linux-gnux32</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.