mips64el: gcc-pass2: Add back --with-arch=mips64r2

It was mistakenly removed at d9480ed335.
This commit is contained in:
Xi Ruoyao 2025-05-31 20:04:32 +08:00
parent adcad3968c
commit 267d7c80a0
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -84,6 +84,7 @@ cd build</userinput></screen>
--host=$LFS_TGT \ --host=$LFS_TGT \
--target=$LFS_TGT \ --target=$LFS_TGT \
--prefix=/usr \ --prefix=/usr \
--with-arch=mips64r2 \
--with-build-sysroot=$LFS \ --with-build-sysroot=$LFS \
--enable-default-pie \ --enable-default-pie \
--enable-default-ssp \ --enable-default-ssp \