mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-08 07:14:17 +00:00
Adopt /usr/local fix for other archs
This commit is contained in:
parent
070e36cd7e
commit
11b1e35880
@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">CC="gcc -m32" make</userinput></screen>
|
<screen><userinput remap="make">CC="gcc -m32" make prefix=/usr</userinput></screen>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
@ -106,7 +106,7 @@ rm -rf DESTDIR</userinput></screen>
|
|||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">CC="gcc -mx32" make</userinput></screen>
|
<screen><userinput remap="make">CC="gcc -mx32" make prefix=/usr</userinput></screen>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user