Changeset 7054cc6


Ignore:
Timestamp:
11/18/2022 04:11:04 AM (17 months ago)
Author:
Xi Ruoyao <xry111@…>
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:
f714a8f
Parents:
2760113
git-author:
Xi Ruoyao <xry111@…> (11/18/2022 04:07:51 AM)
git-committer:
Xi Ruoyao <xry111@…> (11/18/2022 04:11:04 AM)
Message:

glibc: it should be --disable-werror, not --disable-Werror

Please try not to use the "replace" feature of the text editor blindly.

Appendix C of the GNU C Library Reference Manual clearly says:

'--disable-werror'

By default, the GNU C Library is built with '-Werror'. If you wish
to build without this option (for example, if building with a newer
version of GCC than this version of the GNU C Library was tested
with, so new warnings cause the build with '-Werror' to fail), you
can configure with '--disable-werror'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r2760113 r7054cc6  
    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          \
Note: See TracChangeset for help on using the changeset viewer.