Changeset 18d1f6f


Ignore:
Timestamp:
11/14/2023 09:41:16 AM (6 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
d704c05
Parents:
aebd449
Message:

libelf: Set arch for g++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libelf.xml

    raebd449 r18d1f6f  
    8080    <para>Prepare Libelf for compilation:</para>
    8181
    82 <screen><userinput remap="configure">CC="gcc -m32" ./configure \
     82<screen><userinput remap="configure">CC="gcc -m32" CXX="g++ -m32" ./configure \
    8383    --host=i686-pc-linux-gnu \
    8484    --prefix=/usr            \
     
    113113    <para>Prepare Libelf for compilation:</para>
    114114
    115 <screen><userinput remap="configure">CC="gcc -mx32" ./configure \
     115<screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32" ./configure \
    116116    --host=x86_64-pc-linux-gnux32 \
    117117    --prefix=/usr                 \
Note: See TracChangeset for help on using the changeset viewer.