From 267d7c80a06a5e6344532ad66f00f18f211eefd2 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 31 May 2025 20:04:32 +0800 Subject: [PATCH] mips64el: gcc-pass2: Add back --with-arch=mips64r2 It was mistakenly removed at d9480ed335cec3776367c653ea994e63bdc14e79. --- chapter06/gcc-pass2.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml index a33eb2fcf..b90770623 100644 --- a/chapter06/gcc-pass2.xml +++ b/chapter06/gcc-pass2.xml @@ -84,6 +84,7 @@ cd build --host=$LFS_TGT \ --target=$LFS_TGT \ --prefix=/usr \ + --with-arch=mips64r2 \ --with-build-sysroot=$LFS \ --enable-default-pie \ --enable-default-ssp \