]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure: adjustments for building with in-tree binutils
authorJan Beulich <jbeulich@suse.com>
Fri, 14 Jun 2024 11:28:40 +0000 (13:28 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 14 Jun 2024 11:28:40 +0000 (13:28 +0200)
commit4b1f486fefb3969f35ff6d49f544eb0ac9f49f1f
treef4a1bc7f59f7fe42625ac08e9752f7538eda2fb0
parent1438b15e5430f7fab3832c35d262d6b58caba469
configure: adjustments for building with in-tree binutils

For one setting ld_ver in a conditional (no in-tree ld) when it's used,
for x86 at least, in unconditional ways can't be quite right. And then
prefixing relative paths to binaries with ${objdir}/, when ${objdir}
nowadays resolves to just .libs, can at best be a leftover that wasn't
properly cleaned up at some earlier point.

gcc/

* configure.ac: Drop ${objdir}/ from NM and AR. Move setting of
ld_ver out of conditional.
* configure: Re-generate.
gcc/configure
gcc/configure.ac