Changeset ccb61b7


Ignore:
Timestamp:
08/26/2022 12:31:33 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
6ca1bb6
Parents:
0d3452a
git-author:
Xi Ruoyao <xry111@…> (08/26/2022 08:26:49 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/26/2022 12:31:33 PM)
Message:

arm64: Revert "Fix issue building findutils on a 32bit system"

This reverts commit f2ab0c5d056c1cf7a8a16cd43936fa0cc2ac5b0b.

We only care AArch64 now, maybe we'll need to introduce something
similar if we'll ever add 32-bit ARM support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/findutils.xml

    r0d3452a rccb61b7  
    4646    <para>Prepare Findutils for compilation:</para>
    4747
    48 <screen><userinput remap="configure">case $(uname -m) in
    49     i?86)   TIME_T_32_BIT_OK=yes ./configure --prefix=/usr --localstatedir=/var/lib/locate ;;
    50     x86_64) ./configure --prefix=/usr --localstatedir=/var/lib/locate ;;
    51 esac</userinput></screen>
     48<screen><userinput remap="configure">./configure --prefix=/usr --localstatedir=/var/lib/locate</userinput></screen>
    5249
    5350    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.