From 1f28ed12435e75caa4a406797b1ec3d40e994778 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 10 Mar 2021 08:25:50 +0000 Subject: replace old x86_64 triplets git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/binutils.xml | 2 +- chapter08/gmp.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter08') 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 ultimately be located) is set to $(exec_prefix)/$(target_alias). For example, x86_64 machines would expand that to /usr/x86_64-unknown-linux-gnu. Because this is + class="directory">/usr/x86_64-pc-linux-gnu. Because this is a custom system, this target-specific directory in /usr is not required. $(exec_prefix)/$(target_alias) would be diff --git a/chapter08/gmp.xml b/chapter08/gmp.xml index dfa2fd6e4..2419e2d02 100644 --- a/chapter08/gmp.xml +++ b/chapter08/gmp.xml @@ -106,7 +106,7 @@ make html the system capabilities and there will be errors in the tests or other applications using the gmp libraries with the message "Illegal instruction". In this case, gmp should be reconfigured with the option - --build=x86_64-unknown-linux-gnu and rebuilt. + --build=x86_64-pc-linux-gnu and rebuilt. Ensure that all 197 tests in the test suite passed. Check the results by issuing the following command: -- cgit v1.2.3-54-g00ecf