mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Instructions will invalid argument in C{,XX}FLAGS when C{,XX}FLAGS are set
This commit is contained in:
parent
981e0c4968
commit
07fd8bf8da
@ -76,7 +76,7 @@
|
||||
|
||||
<para>Prepare Zlib for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">CFLAGS+="-m32" CXXFLAGS+="-m32" \
|
||||
<screen><userinput remap="configure">CFLAGS+=" -m32" CXXFLAGS+=" -m32" \
|
||||
./configure --prefix=/usr \
|
||||
--libdir=/usr/lib32</userinput></screen>
|
||||
|
||||
@ -103,7 +103,7 @@ rm -rf DESTDIR</userinput></screen>
|
||||
|
||||
<para>Prepare Zlib for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">CFLAGS+="-mx32" CXXFLAGS+="-mx32" \
|
||||
<screen><userinput remap="configure">CFLAGS+=" -mx32" CXXFLAGS+=" -mx32" \
|
||||
./configure --prefix=/usr \
|
||||
--libdir=/usr/libx32</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user