Changeset dea5385


Ignore:
Timestamp:
06/30/2024 02:45:28 PM (3 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
5eb7810
Parents:
a8f1670
Message:

... and finally remove commented commands

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    ra8f1670 rdea5385  
    9898      --disable-nscd                     \
    9999      libc_cv_slibdir=/usr/lib</userinput></screen>
    100 <!--
    101 <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                     \
    108       libc_cv_slibdir=/usr/lib</userinput></screen>
    109 <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                     \
    116       libc_cv_slibdir=/usr/lib</userinput></screen>
    117 -->
    118100
    119101    <variablelist>
  • chapter08/glibc.xml

    ra8f1670 rdea5385  
    7575             --disable-nscd                           \
    7676             libc_cv_slibdir=/usr/lib</userinput></screen>
    77 <!--
    78 <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                           \
    83              libc_cv_slibdir=/usr/lib</userinput></screen>
    84 <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                      \
    91              libc_cv_slibdir=/usr/lib</userinput></screen>
    92 -->
     77
    9378    <variablelist>
    9479      <title>The meaning of the configure options:</title>
Note: See TracChangeset for help on using the changeset viewer.