Changeset 2760113


Ignore:
Timestamp:
11/17/2022 10:14:42 PM (18 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
7054cc6
Parents:
091d624d
Message:

Correctd the spelling of "Werror" -- it's "-Werror" in GCC, but
it's "--disable-error" in Glibc. Thanks to Thomas Trepl for spotting
my mistake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r091d624d r2760113  
    7171
    7272<screen><userinput remap="configure">../configure --prefix=/usr                            \
    73              --disable-werror                         \
     73             --disable-Werror                         \
    7474             --enable-kernel=&min-kernel;                      \
    7575             --enable-stack-protector=strong          \
     
    8383        <term><parameter>--disable-werror</parameter></term>
    8484        <listitem>
    85           <para>This option disables the -werror option passed to
     85          <para>This option disables the -Werror option passed to
    8686          GCC.  This is necessary for running the test suite.</para>
    8787        </listitem>
Note: See TracChangeset for help on using the changeset viewer.