... and finally remove commented commands

This commit is contained in:
Thomas Trepl 2024-06-30 16:45:28 +02:00
parent a8f1670e57
commit dea5385dda
2 changed files with 1 additions and 34 deletions

View File

@ -97,24 +97,6 @@ cd build</userinput></screen>
--with-headers=$LFS/usr/include \
--disable-nscd \
libc_cv_slibdir=/usr/lib</userinput></screen>
<!--
<screen arch="default"><userinput remap="configure">../configure \
- -prefix=/usr \
- -host=$LFS_TGT \
- -build=$(../scripts/config.guess) \
- -enable-kernel=&min-kernel; \
- -with-headers=$LFS/usr/include \
- -disable-nscd \
libc_cv_slibdir=/usr/lib</userinput></screen>
<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure \
- -prefix=/usr \
- -host=$LFS_TGT \
- -build=$(../scripts/config.guess) \
- -enable-kernel=&min-kernel; \
- -with-headers=$LFS/usr/include \
- -disable-nscd \
libc_cv_slibdir=/usr/lib</userinput></screen>
-->
<variablelist>
<title>The meaning of the configure options:</title>

View File

@ -74,22 +74,7 @@ cd build</userinput></screen>
--enable-stack-protector=strong \
--disable-nscd \
libc_cv_slibdir=/usr/lib</userinput></screen>
<!--
<screen arch="default"><userinput remap="configure">../configure - -prefix=/usr \
- -disable-werror \
- -enable-kernel=&min-kernel; \
- -enable-stack-protector=strong \
- -disable-nscd \
libc_cv_slibdir=/usr/lib</userinput></screen>
<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure - -prefix=/usr \
- -disable-werror \
- -enable-kernel=&min-kernel; \
- -enable-stack-protector=strong \
- -disable-nscd \
- -with-headers=/usr/include \
- -enable-multi-arch \
libc_cv_slibdir=/usr/lib</userinput></screen>
-->
<variablelist>
<title>The meaning of the configure options:</title>