Changeset adcaa44d


Ignore:
Timestamp:
05/07/2023 08:40:51 PM (12 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
3b4ac52
Parents:
5975e7e
Message:

Simplify instructions for m32 and mx32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/openssl.xml

    r5975e7e radcaa44d  
    140140    <para>Prepare OpenSSL for compilation:</para>
    141141
    142 <screen><userinput remap="configure">CFLAGS="-m32 -march=i686 -Wall -O3" CXXFLAGS="$CFLAGS" \
    143 ./config --prefix=/usr         \
     142<screen><userinput remap="configure">./config --prefix=/usr         \
    144143         --openssldir=/etc/ssl \
    145144         --libdir=lib32        \
    146145         shared                \
    147146         zlib-dynamic          \
    148          linux-generic32</userinput></screen>
     147         linux-x86</userinput></screen>
    149148
    150149    <para>Compile the package:</para>
     
    173172    <para>Prepare OpenSSL for compilation:</para>
    174173
    175 <screen><userinput remap="configure">CFLAGS="-mx32 -march=x86-64 -Wall -O3" CXXFLAGS="$CFLAGS" \
    176 ./config --prefix=/usr         \
     174<screen><userinput remap="configure">./config --prefix=/usr         \
    177175         --openssldir=/etc/ssl \
    178176         --libdir=libx32       \
Note: See TracChangeset for help on using the changeset viewer.