Changeset 9a43c25


Ignore:
Timestamp:
03/04/2022 09:48:43 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
4827c0c
Parents:
03888f8
git-author:
Xi Ruoyao <xry111@…> (03/04/2022 07:03:19 PM)
git-committer:
William Harrington <kb0iic@…> (03/04/2022 09:48:43 PM)
Message:

gcc: use $(gcc -dumpmachine) instead of *linux-gnu

It's consistent with other commands in the same page, and also helpful
for porting to targets with different triplets (-musl or -gnuabi64).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r03888f8 r9a43c25  
    175175
    176176<screen><userinput remap="install">chown -v -R root:root \
    177     /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed}</userinput></screen>
     177    /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include{,-fixed}</userinput></screen>
    178178
    179179    <para>Create a symlink required by the <ulink
Note: See TracChangeset for help on using the changeset viewer.