Changeset 62a13d02


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

Fix missleading option at glibc and rmv nscd in chap5 too

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r82bb649 r62a13d02  
    9090    <para>Next, prepare Glibc for compilation:</para>
    9191
     92<screen><userinput remap="configure">../configure                             \
     93      --prefix=/usr                      \
     94      --host=$LFS_TGT                    \
     95      --build=$(../scripts/config.guess) \
     96      --enable-kernel=&min-kernel;               \
     97      --with-headers=$LFS/usr/include    \
     98      --disable-nscd                     \
     99      libc_cv_slibdir=/usr/lib</userinput></screen>
     100<!--
    92101<screen arch="default"><userinput remap="configure">../configure                             \
    93102      --prefix=/usr                      \
     
    104113      --enable-kernel=&min-kernel;                \
    105114      --with-headers=$LFS/usr/include    \
    106       --enable-multi-arch                \
     115      --disable-nscd                     \
    107116      libc_cv_slibdir=/usr/lib</userinput></screen>
     117-->
    108118
    109119    <variablelist>
  • chapter08/glibc.xml

    r82bb649 r62a13d02  
    6969    <para>Prepare Glibc for compilation:</para>
    7070
     71<screen><userinput remap="configure">../configure --prefix=/usr                            \
     72             --disable-werror                         \
     73             --enable-kernel=&min-kernel;                     \
     74             --enable-stack-protector=strong          \
     75             --disable-nscd                           \
     76             libc_cv_slibdir=/usr/lib</userinput></screen>
     77<!--
    7178<screen arch="default"><userinput remap="configure">../configure --prefix=/usr                            \
    7279             --disable-werror                         \
     
    8390             --enable-multi-arch                      \
    8491             libc_cv_slibdir=/usr/lib</userinput></screen>
    85 
     92-->
    8693    <variablelist>
    8794      <title>The meaning of the configure options:</title>
Note: See TracChangeset for help on using the changeset viewer.