mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 13:19:20 +01:00
Simplify instructions for m32 and mx32
This commit is contained in:
parent
5975e7e72e
commit
adcaa44de6
@ -139,13 +139,12 @@ make MANSUFFIX=ssl install</userinput></screen>
|
||||
|
||||
<para>Prepare OpenSSL for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">CFLAGS="-m32 -march=i686 -Wall -O3" CXXFLAGS="$CFLAGS" \
|
||||
./config --prefix=/usr \
|
||||
<screen><userinput remap="configure">./config --prefix=/usr \
|
||||
--openssldir=/etc/ssl \
|
||||
--libdir=lib32 \
|
||||
shared \
|
||||
zlib-dynamic \
|
||||
linux-generic32</userinput></screen>
|
||||
linux-x86</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
@ -172,8 +171,7 @@ rm -rf DESTDIR</userinput></screen>
|
||||
|
||||
<para>Prepare OpenSSL for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">CFLAGS="-mx32 -march=x86-64 -Wall -O3" CXXFLAGS="$CFLAGS" \
|
||||
./config --prefix=/usr \
|
||||
<screen><userinput remap="configure">./config --prefix=/usr \
|
||||
--openssldir=/etc/ssl \
|
||||
--libdir=libx32 \
|
||||
shared \
|
||||
|
Loading…
Reference in New Issue
Block a user