Ignore:
Timestamp:
02/26/2022 03:43:12 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
9673470
Parents:
db51ee9
git-author:
Xi Ruoyao <xry111@…> (12/17/2021 12:15:38 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/26/2022 03:43:12 PM)
Message:

cross-ng: linux and linux-headers: specify ARCH for cross build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/linux-headers.xml

    rdb51ee9 r4f2d91dc  
    5757    be available. The headers are first placed in
    5858    <filename class="directory">./usr</filename>, then copied to the needed
    59     location.</para>
    60 
    61 <screen><userinput remap="make">make headers
     59    location.  Replace <replaceable>x86</replaceable> with a value suitable
     60    for your target machine if it's not a 32-bit or 64-bit x86:</para>
     61
     62<screen><userinput remap="make">make headers ARCH=<replaceable>x86</replaceable>
    6263find usr/include -name '.*' -delete
    6364rm usr/include/Makefile
Note: See TracChangeset for help on using the changeset viewer.