]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.def: drop remnants of unused libelf
authorSergei Trofimovich <siarheit@google.com>
Thu, 18 Aug 2022 06:46:03 +0000 (07:46 +0100)
committerSergei Trofimovich <siarheit@google.com>
Thu, 18 Aug 2022 08:37:09 +0000 (09:37 +0100)
commit9d2d38a4686cb0f4cc0a7ce252503dd8090ab322
tree7b1ccf783d2db98ce7654576c672126834e0c95d
parent5dbc94bf13c5ef2f2b777d76d7880fe2153aa37b
Makefile.def: drop remnants of unused libelf

Use of libelf was removed from gcc in r0-104274-g48215350c24d52 ("re PR
lto/46273 (Failed to bootstrap)") around 2010, before gcc-4.6.0.

This change removes unused references to libelf from top-level configure
and Makefile.

/
* Makefile.def: Drop libelf module and gcc-configure dependency
on it.
* Makefile.in: Regenerate with 'autogen Makefile.def'.
* Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
LIBELFINC.
* configure: Regenrate.
* configure.ac (host_libs): Drop unused libelf.
Makefile.def
Makefile.in
Makefile.tpl
configure
configure.ac