Changeset 8778c71


Ignore:
Timestamp:
06/30/2024 11:41:11 AM (8 days ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
a8f1670
Parents:
800ee38
Message:

Fix double-dash

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r800ee38 r8778c71  
    100100<!--
    101101<screen arch="default"><userinput remap="configure">../configure                             \
    102       --prefix=/usr                      \
    103       --host=$LFS_TGT                    \
    104       --build=$(../scripts/config.guess) \
    105       --enable-kernel=&min-kernel;               \
    106       --with-headers=$LFS/usr/include    \
    107       --disable-nscd                     \
     102      - -prefix=/usr                      \
     103      - -host=$LFS_TGT                    \
     104      - -build=$(../scripts/config.guess) \
     105      - -enable-kernel=&min-kernel;               \
     106      - -with-headers=$LFS/usr/include    \
     107      - -disable-nscd                     \
    108108      libc_cv_slibdir=/usr/lib</userinput></screen>
    109109<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure                             \
    110       --prefix=/usr                      \
    111       --host=$LFS_TGT                    \
    112       --build=$(../scripts/config.guess) \
    113       --enable-kernel=&min-kernel;                \
    114       --with-headers=$LFS/usr/include    \
    115       --disable-nscd                     \
     110      - -prefix=/usr                      \
     111      - -host=$LFS_TGT                    \
     112      - -build=$(../scripts/config.guess) \
     113      - -enable-kernel=&min-kernel;                \
     114      - -with-headers=$LFS/usr/include    \
     115      - -disable-nscd                     \
    116116      libc_cv_slibdir=/usr/lib</userinput></screen>
    117117-->
  • chapter08/glibc.xml

    r800ee38 r8778c71  
    7777<!--
    7878<screen arch="default"><userinput remap="configure">../configure --prefix=/usr                            \
    79              --disable-werror                         \
    80              --enable-kernel=&min-kernel;                     \
    81              --enable-stack-protector=strong          \
    82              --disable-nscd                           \
     79             - -disable-werror                         \
     80             - -enable-kernel=&min-kernel;                     \
     81             - -enable-stack-protector=strong          \
     82             - -disable-nscd                           \
    8383             libc_cv_slibdir=/usr/lib</userinput></screen>
    8484<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure --prefix=/usr                            \
    85              --disable-werror                         \
    86              --enable-kernel=&min-kernel;                      \
    87              --enable-stack-protector=strong          \
    88              --disable-nscd                           \
    89              --with-headers=/usr/include              \
    90              --enable-multi-arch                      \
     85             - -disable-werror                         \
     86             - -enable-kernel=&min-kernel;                      \
     87             - -enable-stack-protector=strong          \
     88             - -disable-nscd                           \
     89             - -with-headers=/usr/include              \
     90             - -enable-multi-arch                      \
    9191             libc_cv_slibdir=/usr/lib</userinput></screen>
    9292-->
Note: See TracChangeset for help on using the changeset viewer.