Drop the min-kernel alignment hack

Someone is really insistant on "you cannot have any extra whitespace" so
the hack will just not work.  Let's drop it and simply move the
--enable-kernel= switches to the last line.
This commit is contained in:
Xi Ruoyao
2025-05-23 12:23:43 +08:00
parent fd69440977
commit a45bbbc391
3 changed files with 10 additions and 12 deletions

View File

@@ -90,9 +90,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>