diff options
author | Sergei Trofimovich <siarheit@google.com> | 2023-08-07 13:07:38 +0200 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-08-12 10:25:06 +0930 |
commit | 68a78f460a70df71be94681d9aa14a76ca12a4ef (patch) | |
tree | b2a1e0f3b47ec517c16de1e16a0d91616f53e6f1 /Makefile.def | |
parent | af5478e1f3cee5741f68377eb5d60cdcf05ca858 (diff) | |
download | gdb-68a78f460a70df71be94681d9aa14a76ca12a4ef.zip gdb-68a78f460a70df71be94681d9aa14a76ca12a4ef.tar.gz gdb-68a78f460a70df71be94681d9aa14a76ca12a4ef.tar.bz2 |
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.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
LIBELFINC.
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.def b/Makefile.def index b43fccb..cf34598 100644 --- a/Makefile.def +++ b/Makefile.def @@ -71,9 +71,6 @@ host_modules= { module= isl; lib_path=.libs; bootstrap=true; extra_configure_flags='--disable-shared @extra_isl_gmp_configure_flags@ @host_libs_picflag@'; extra_make_flags='V=1'; no_install= true; }; -host_modules= { module= libelf; lib_path=.libs; bootstrap=true; - extra_configure_flags='--disable-shared'; - no_install= true; }; host_modules= { module= gold; bootstrap=true; }; host_modules= { module= gprof; }; host_modules= { module= gprofng; }; @@ -358,7 +355,6 @@ dependencies = { module=configure-gcc; on=all-binutils; }; dependencies = { module=configure-gcc; on=all-gas; }; dependencies = { module=configure-gcc; on=all-ld; }; dependencies = { module=configure-gcc; on=all-gold; }; -dependencies = { module=configure-gcc; on=all-libelf; }; dependencies = { module=configure-gcc; on=all-libiconv; }; dependencies = { module=all-gcc; on=all-libiberty; hard=true; }; dependencies = { module=all-gcc; on=all-intl; }; |