]> sourceware.org Git - glibc.git/commit
Disable _FILE_OFFSET_BITS if the compiler defaults to it
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 10 Sep 2024 12:22:18 +0000 (09:22 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 1 Oct 2024 11:44:41 +0000 (08:44 -0300)
commit3f1932ed2e6b643848ea7a42f9f15ed80552befb
treef63a817c296aeb3b8d168ff68e6d68ec00c18980
parent127cefd84dc551a43d0ac58b4619503d04869042
Disable _FILE_OFFSET_BITS if the compiler defaults to it

Even though building glibc with LFS flags is not supported, and the
the usual way is to patch the build system to avoid it [1]; some system
do enable it by default, and it increases the requirements to build
glibc in such cases (it also does not help newcomers when trying
to build glibc).

The conform namespace and linknamespace tests also do not expect
that flag to be set by default, so disable it as well.

Checked with a build/check for major ABI and some (i386, arm,
mipsel, hppa) with a toolchain that has LFS flags by default.

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=31624
Reviewed-by: DJ Delorie <dj@redhat.com>
Makeconfig
configure
configure.ac
conform/Makefile
This page took 0.062047 seconds and 5 git commands to generate.