Changeset cd3fd92
- Timestamp:
- 08/09/2021 06:14:52 AM (3 years ago)
- Branches:
- ml-11.0, multilib, xry111/multilib
- Children:
- 8024387
- Parents:
- b51c338
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/libffi.xml
rb51c338 rcd3fd92 118 118 119 119 <screen><userinput remap="configure">CC="gcc -m32" CXX="g++ -m32" ./configure \ 120 --host=i686-pc-linux-gnu \ 120 121 --prefix=/usr \ 122 --libdir=/usr/lib32 \ 121 123 --disable-static \ 122 --libdir=/usr/lib32 \123 124 --with-gcc-arch=i686 \ 124 -- host=i686-pc-linux-gnu</userinput></screen>125 --disable-exec-static-tramp</userinput></screen> 125 126 126 127 <para>Compile the package:</para> … … 154 155 155 156 <screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32" ./configure \ 157 --host=x86_64-unknown-linux-gnux32 \ 156 158 --prefix=/usr \ 159 --libdir=/usr/libx32 \ 157 160 --disable-static \ 158 --libdir=/usr/libx32 \159 161 --with-gcc-arch=x86_64 \ 160 -- host=x86_64-unknown-linux-gnux32</userinput></screen>162 --disable-exec-static-tramp</userinput></screen> 161 163 162 164 <para>Compile the package:</para> … … 206 208 207 209 </sect1> 208
Note:
See TracChangeset
for help on using the changeset viewer.