diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-18 10:45:03 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 16:01:37 -0400 |
commit | d3562f83a7b8a1ae6e333cd5561419d3da18fcb4 (patch) | |
tree | 86840ff577904573aa4699c2d2cd7dcb76a8d9a1 /sim/m32c/aclocal.m4 | |
parent | c30420d82a0b743285cf8333f90ca85274632714 (diff) | |
download | gdb-d3562f83a7b8a1ae6e333cd5561419d3da18fcb4.zip gdb-d3562f83a7b8a1ae6e333cd5561419d3da18fcb4.tar.gz gdb-d3562f83a7b8a1ae6e333cd5561419d3da18fcb4.tar.bz2 |
sim: unify toolchain probing logic
Move these options up to the common dir so we only test & export
them once across all ports.
Diffstat (limited to 'sim/m32c/aclocal.m4')
-rw-r--r-- | sim/m32c/aclocal.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/m32c/aclocal.m4 b/sim/m32c/aclocal.m4 index 264a24d..9046b77 100644 --- a/sim/m32c/aclocal.m4 +++ b/sim/m32c/aclocal.m4 @@ -106,4 +106,3 @@ m4_include([../m4/sim_ac_common.m4]) m4_include([../m4/sim_ac_option_hardware.m4]) m4_include([../m4/sim_ac_option_inline.m4]) m4_include([../m4/sim_ac_output.m4]) -m4_include([../m4/sim_ac_toolchain.m4]) |