mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-10 07:59:38 +00:00
arm64: Revert "Fix issue building findutils on a 32bit system"
This reverts commit f2ab0c5d05
.
We only care AArch64 now, maybe we'll need to introduce something
similar if we'll ever add 32-bit ARM support.
This commit is contained in:
parent
0d3452ac89
commit
ccb61b76b1
@ -45,10 +45,7 @@
|
||||
|
||||
<para>Prepare Findutils for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">case $(uname -m) in
|
||||
i?86) TIME_T_32_BIT_OK=yes ./configure --prefix=/usr --localstatedir=/var/lib/locate ;;
|
||||
x86_64) ./configure --prefix=/usr --localstatedir=/var/lib/locate ;;
|
||||
esac</userinput></screen>
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --localstatedir=/var/lib/locate</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the configure options:</title>
|
||||
|
Loading…
Reference in New Issue
Block a user