mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
Fix double-dash
This commit is contained in:
parent
800ee38e42
commit
8778c711e9
@ -99,20 +99,20 @@ cd build</userinput></screen>
|
||||
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 \
|
||||
- -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 \
|
||||
- -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>
|
||||
-->
|
||||
|
||||
|
@ -76,18 +76,18 @@ cd build</userinput></screen>
|
||||
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 \
|
||||
- -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 \
|
||||
- -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>
|
||||
|
Loading…
Reference in New Issue
Block a user