diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-03-10 08:25:50 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-03-10 08:25:50 +0000 |
commit | 1f28ed12435e75caa4a406797b1ec3d40e994778 (patch) | |
tree | 7e778b23dcd471b2f48944735a7796815f09f947 /chapter08/binutils.xml | |
parent | ba011a91886e2ffb977896f1e086cc42fb1d82ce (diff) |
replace old x86_64 triplets
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r-- | chapter08/binutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index b53e53b85..7945938b0 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -136,7 +136,7 @@ cd build</userinput></screen> ultimately be located) is set to <filename class="directory">$(exec_prefix)/$(target_alias)</filename>. For example, x86_64 machines would expand that to <filename - class="directory">/usr/x86_64-unknown-linux-gnu</filename>. Because this is + class="directory">/usr/x86_64-pc-linux-gnu</filename>. Because this is a custom system, this target-specific directory in <filename class="directory">/usr</filename> is not required. <filename class="directory">$(exec_prefix)/$(target_alias)</filename> would be |