Ignore:
Timestamp:
02/25/2022 08:47:36 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
9c0b35a
Parents:
b0a6b0c
Message:

Initial LFS-ARM book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/findutils.xml

    rb0a6b0c r460f575  
    4747
    4848<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 ;;
     49        arm) TIME_T_32_BIT_OK=yes ./configure --prefix=/usr --localstatedir=/var/lib/locate ;;
     50    aarch64) ./configure --prefix=/usr --localstatedir=/var/lib/locate ;;
    5151esac</userinput></screen>
    52 
    5352    <variablelist>
    5453      <title>The meaning of the configure options:</title>
Note: See TracChangeset for help on using the changeset viewer.