]> git.ipfire.org Git - thirdparty/glibc.git/commit
configure: Allow user override LD, AR, OBJCOPY, and GPROF
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 6 Dec 2022 16:02:41 +0000 (13:02 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 11 Jan 2023 20:51:17 +0000 (17:51 -0300)
commit2d2d7e1a8f2e62b442ae8978f0a6c17f385575c4
tree4ccfa79de59053783cc5512fab2f2d69afe1137f
parent30546ac2d1d64adff07d317e3041ec0fc6e32f6d
configure: Allow user override LD, AR, OBJCOPY, and GPROF

The only way to override LD, AR, OBJCOPY, and GPROF is through
--with-binutils (setting the environments variables on configure is
overridden by LIBC_PROG_BINUTILS).

The build-many-glibcs.py (bmg) glibcs option generates a working config,
but not fully concise (some tools will be set from environment variable,
while other will be set from $CC --print-prog-name).  So remove the
environment variable set to always use the "$CC --print-prog-name".
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
aclocal.m4
configure
scripts/build-many-glibcs.py