Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

This commit is contained in:
Xi Ruoyao 2025-05-23 12:26:30 +08:00
commit 877d3dae52
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
2 changed files with 8 additions and 8 deletions

View File

@ -83,9 +83,9 @@ cd build</userinput></screen>
--prefix=/usr \
--host=$LFS_TGT \
--build=$(../scripts/config.guess) \
--enable-kernel=&min-kernel; \
--disable-nscd \
libc_cv_slibdir=/usr/lib</userinput></screen>
libc_cv_slibdir=/usr/lib \
--enable-kernel=&min-kernel;</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>

View File

@ -71,9 +71,9 @@ cd build</userinput></screen>
<screen><userinput remap="configure">../configure --prefix=/usr \
--disable-werror \
--disable-nscd \
--enable-kernel=&min-kernel;\
libc_cv_slibdir=/usr/lib \
--enable-stack-protector=strong</userinput></screen>
--enable-stack-protector=strong \
--enable-kernel=&min-kernel;</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>