diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-07 23:05:46 +0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-07 23:25:48 +0700 |
commit | 4cf83930c1ecf18c7157a5be6bed0a116b39e9b8 (patch) | |
tree | ec7051dd933646a80c99abfd278d54368f10d00e /sim/mn10300/aclocal.m4 | |
parent | 763b20abcbfa3e35fc69ac3c8a56183039ee8c69 (diff) | |
download | gdb-4cf83930c1ecf18c7157a5be6bed0a116b39e9b8.zip gdb-4cf83930c1ecf18c7157a5be6bed0a116b39e9b8.tar.gz gdb-4cf83930c1ecf18c7157a5be6bed0a116b39e9b8.tar.bz2 |
sim: mn10300: drop subdir configure logic
We've been using this only to set the default word size to 32. We
can easily move this into the makefile via a -D compiler flag and
clean up the build logic quite a bit.
Diffstat (limited to 'sim/mn10300/aclocal.m4')
-rw-r--r-- | sim/mn10300/aclocal.m4 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sim/mn10300/aclocal.m4 b/sim/mn10300/aclocal.m4 deleted file mode 100644 index 3b7f0c1..0000000 --- a/sim/mn10300/aclocal.m4 +++ /dev/null @@ -1,16 +0,0 @@ -# generated automatically by aclocal 1.15.1 -*- Autoconf -*- - -# Copyright (C) 1996-2017 Free Software Foundation, Inc. - -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) -m4_include([../m4/sim_ac_option_bitsize.m4]) -m4_include([../m4/sim_ac_output.m4]) |