diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-18 11:12:28 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 16:07:31 -0400 |
commit | bc56166f66244a9e3abc62c7bc595a6f800f23b0 (patch) | |
tree | 227192d65b33568c3864752513cfc9e1aa3f8c6c /sim/m4 | |
parent | d3562f83a7b8a1ae6e333cd5561419d3da18fcb4 (diff) | |
download | gdb-bc56166f66244a9e3abc62c7bc595a6f800f23b0.zip gdb-bc56166f66244a9e3abc62c7bc595a6f800f23b0.tar.gz gdb-bc56166f66244a9e3abc62c7bc595a6f800f23b0.tar.bz2 |
sim: unify toolchain dependency logic
The common dir is already probing this info since it's using automake,
so pass it down to the subdirs so they don't have to probe it at all.
Diffstat (limited to 'sim/m4')
-rw-r--r-- | sim/m4/sim_ac_common.m4 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sim/m4/sim_ac_common.m4 b/sim/m4/sim_ac_common.m4 index b9a5595..1dff64e 100644 --- a/sim/m4/sim_ac_common.m4 +++ b/sim/m4/sim_ac_common.m4 @@ -21,12 +21,6 @@ dnl dnl See README-HACKING for more details. AC_DEFUN([SIM_AC_COMMON], [dnl -# Dependency checking. -AC_REQUIRE([AC_PROG_CC]) -AC_REQUIRE([AC_PROG_INSTALL]) -ZW_CREATE_DEPDIR -ZW_PROG_COMPILER_DEPENDENCIES([CC]) - dnl We don't use gettext, but bfd does. So we do the appropriate checks dnl to see if there are intl libraries we should link against. ALL_LINGUAS= |