From 0425c61474a70c324206b88a3b8cdbd2ce932f0b Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 22 Feb 2024 20:31:02 +0800 Subject: [PATCH] mips64el: libffi: Update link to GCC target option --- chapter08/libffi.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter08/libffi.xml b/chapter08/libffi.xml index 40af81288..d19bddeb1 100644 --- a/chapter08/libffi.xml +++ b/chapter08/libffi.xml @@ -76,8 +76,8 @@ will be copied from the native system to a less capable system, use the less capable system as a parameter. For details about alternative system types, see - the x86 options in the GCC manual. + url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/MIPS-Options.html'> + the MIPS options in the GCC manual.