sim: drop configure scripts for simple ports

These ports only use the pieces that have been unified, so we can
merge them into the common configure script and get rid of their
unique one entirely.

We still compile & link separate run programs, and have dedicated
subdir Makefiles, but the configure script portion is merged.
This commit is contained in:
Mike Frysinger
2021-06-19 21:33:30 -04:00
parent 224506e95d
commit 36bb57e40c
104 changed files with 809 additions and 49374 deletions
+12
View File
@@ -1,3 +1,15 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* Makefile.am (SUBDIRS): Add $(SIM_SUBDIRS).
* configure.ac (SIM_SUBDIRS): Define.
(SIM_COMMON_BUILD): New conditional.
(SIM_BUILD_TARGET): Update to take a 2nd arg.
(SIM_TARGET): Update to take a 4th arg. Update callers.
(sim_bitsize, sim_float, sim_scache, sim_default_model,
sim_reserved_bits): Define.
* m4/sim_ac_output.m4 (SIM_COMMON_BUILD): New conditional.
* configure, Makefile.in: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* arch-subdir.mk.in: Move sim-hw settings from common/Make-common.in.
+1 -1
View File
@@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -Im4 -I.. -I../config
srcroot = $(srcdir)/..
SUBDIRS = @subdirs@
SUBDIRS = @subdirs@ $(SIM_SUBDIRS)
SIM_PRIMARY_TARGET = @SIM_PRIMARY_TARGET@
AM_MAKEFLAGS = SIM_PRIMARY_TARGET=$(SIM_PRIMARY_TARGET)
+52 -2
View File
@@ -226,7 +226,13 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = arch-subdir.mk
CONFIG_CLEAN_FILES = Make-common.sim aarch64/Makefile.sim \
arm/Makefile.sim avr/Makefile.sim cr16/Makefile.sim \
d10v/Makefile.sim ft32/Makefile.sim h8300/Makefile.sim \
m32c/Makefile.sim m68hc11/Makefile.sim mcore/Makefile.sim \
microblaze/Makefile.sim moxie/Makefile.sim msp430/Makefile.sim \
pru/Makefile.sim rl78/Makefile.sim sh/Makefile.sim \
example-synacor/Makefile.sim arch-subdir.mk
CONFIG_CLEAN_VPATH_FILES =
LIBRARIES = $(noinst_LIBRARIES)
ARFLAGS = cru
@@ -704,8 +710,11 @@ REPORT_BUGS_TO = @REPORT_BUGS_TO@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SIM_COMMON_BUILD_FALSE = @SIM_COMMON_BUILD_FALSE@
SIM_COMMON_BUILD_TRUE = @SIM_COMMON_BUILD_TRUE@
SIM_INLINE = @SIM_INLINE@
SIM_PRIMARY_TARGET = @SIM_PRIMARY_TARGET@
SIM_SUBDIRS = @SIM_SUBDIRS@
STRIP = @STRIP@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
@@ -760,8 +769,13 @@ program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sim_bitsize = @sim_bitsize@
sim_default_model = @sim_default_model@
sim_float = @sim_float@
sim_hw_cflags = @sim_hw_cflags@
sim_hw_sockser = @sim_hw_sockser@
sim_reserved_bits = @sim_reserved_bits@
sim_scache = @sim_scache@
srcdir = @srcdir@
subdirs = @subdirs@
sysconfdir = @sysconfdir@
@@ -778,7 +792,7 @@ zlibinc = @zlibinc@
AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects
ACLOCAL_AMFLAGS = -Im4 -I.. -I../config
srcroot = $(srcdir)/..
SUBDIRS = @subdirs@
SUBDIRS = @subdirs@ $(SIM_SUBDIRS)
AM_MAKEFLAGS = SIM_PRIMARY_TARGET=$(SIM_PRIMARY_TARGET)
# NB: libcommon.a isn't used directly by ports. We need a target for common
@@ -920,6 +934,42 @@ $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
distclean-hdr:
-rm -f config.h stamp-h1
Make-common.sim: $(top_builddir)/config.status $(top_srcdir)/common/Make-common.in
cd $(top_builddir) && $(SHELL) ./config.status $@
aarch64/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/aarch64/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
arm/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/arm/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
avr/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/avr/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
cr16/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/cr16/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
d10v/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/d10v/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
ft32/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/ft32/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
h8300/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/h8300/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
m32c/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/m32c/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
m68hc11/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/m68hc11/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
mcore/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/mcore/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
microblaze/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/microblaze/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
moxie/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/moxie/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
msp430/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/msp430/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
pru/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/pru/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
rl78/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/rl78/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
sh/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/sh/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
example-synacor/Makefile.sim: $(top_builddir)/config.status $(top_srcdir)/example-synacor/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
arch-subdir.mk: $(top_builddir)/config.status $(srcdir)/arch-subdir.mk.in
cd $(top_builddir) && $(SHELL) ./config.status $@
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-25
View File
@@ -1,25 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
dnl Copyright (C) 2015-2021 Free Software Foundation, Inc.
dnl
dnl Contributed by Red Hat.
dnl
dnl This file is part of GDB.
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3 of the License, or
dnl (at your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <http://www.gnu.org/licenses/>. */
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -1,5 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -1,5 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -584,6 +584,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_reserved_bits
sim_scache
sim_float
@@ -2894,6 +2896,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -584,6 +584,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_reserved_bits
sim_float
cgen_breaks
@@ -1798,6 +1800,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+9
View File
@@ -1,3 +1,12 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* Make-common.in (VPATH): Use $(srcdir).
(config.status): New variable.
(stamp-hw): Depend on $(config.status).
(Makefile): Likewise. Change rule based on SIM_COMMON_BUILD.
(config.status): Disable when SIM_COMMON_BUILD is true.
(.gdbinit): Likewise.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* Make-common.in: Move sim-hw settings to ../arch-subdir.mk.in.
+11 -7
View File
@@ -34,12 +34,15 @@
## COMMON_PRE_CONFIG_FRAG
VPATH = @srcdir@:$(srccom)
srcdir = @srcdir@
VPATH = $(srcdir):$(srccom)
srccom = $(srcdir)/../common
srcroot = $(srcdir)/../..
srcsim = $(srcdir)/..
@SIM_COMMON_BUILD_FALSE@config.status = config.status
@SIM_COMMON_BUILD_TRUE@config.status = ../config.status
include $(srcroot)/gdb/silent-rules.mk
# Helper code from gnulib.
@@ -413,7 +416,7 @@ endif
# FIXME This is one very simple-minded way of generating the file hw-config.h
hw-config.h: stamp-hw ; @true
stamp-hw: Makefile.in $(srccom)/Make-common.in config.status Makefile
stamp-hw: Makefile.in $(srccom)/Make-common.in $(config.status) Makefile
rm -f tmp-hw.h
echo "/* generated by Makefile */" > tmp-hw.h
sim_hw="$(SIM_HW_DEVICES)"; \
@@ -529,14 +532,15 @@ distclean maintainer-clean realclean: clean $(SIM_EXTRA_DISTCLEAN)
# Dummy target to force execution of dependent targets.
force:
Makefile: Makefile.in $(srccom)/Make-common.in config.status
CONFIG_HEADERS= $(SHELL) ./config.status
Makefile: Makefile.in $(srccom)/Make-common.in $(config.status)
@SIM_COMMON_BUILD_FALSE@ CONFIG_HEADERS= $(SHELL) ./config.status
@SIM_COMMON_BUILD_TRUE@ cd .. && $(SHELL) ./config.status $(arch)/Makefile
config.status: configure
$(SHELL) ./config.status --recheck
@SIM_COMMON_BUILD_FALSE@config.status: configure
@SIM_COMMON_BUILD_FALSE@ $(SHELL) ./config.status --recheck
.gdbinit: # config.status $(srccom)/gdbinit.in
CONFIG_FILES=$@:../common/gdbinit.in CONFIG_HEADERS= $(SHELL) ./config.status
@SIM_COMMON_BUILD_FALSE@ CONFIG_FILES=$@:../common/gdbinit.in CONFIG_HEADERS= $(SHELL) ./config.status
# CGEN support
+397 -68
View File
@@ -638,6 +638,11 @@ enable_option_checking=no
ac_subst_vars='am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
sim_reserved_bits
sim_default_model
sim_scache
sim_float
sim_bitsize
SIM_INLINE
sim_hw_sockser
sim_hw_cflags
@@ -649,6 +654,9 @@ CGEN_MAINT
SIM_ENABLE_IGEN_FALSE
SIM_ENABLE_IGEN_TRUE
subdirs
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
SIM_SUBDIRS
SIM_PRIMARY_TARGET
AM_BACKSLASH
AM_DEFAULT_VERBOSITY
@@ -839,38 +847,21 @@ LDFLAGS
LIBS
CPPFLAGS
CPP'
ac_subdirs_all='aarch64
arm
avr
bfin
ac_subdirs_all='bfin
bpf
cr16
cris
d10v
frv
h8300
iq2000
lm32
m32c
m32r
m68hc11
mcore
microblaze
mips
mn10300
moxie
msp430
or1k
pru
riscv
rl78
rx
sh
erc32
ppc
ft32
v850
example-synacor'
v850'
# Initialize some variables set by options.
ac_init_help=
@@ -12047,7 +12038,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12050 "configure"
#line 12041 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12153,7 +12144,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12156 "configure"
#line 12147 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13290,6 +13281,16 @@ fi
SIM_PRIMARY_TARGET=
SIM_SUBDIRS=
SIM_COMMON_BUILD_TRUE=
SIM_COMMON_BUILD_FALSE='#'
ac_config_files="$ac_config_files Make-common.sim:common/Make-common.in"
@@ -13302,9 +13303,11 @@ if test "${enable_sim}" != no; then
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=aarch64
fi
ac_config_files="$ac_config_files aarch64/Makefile.sim:aarch64/Makefile.in"
ac_config_commands="$ac_config_commands aarch64/Makefile"
subdirs="$subdirs aarch64"
as_fn_append SIM_SUBDIRS " aarch64"
ac_config_commands="$ac_config_commands depdir-aarch64"
@@ -13318,7 +13321,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=arm
fi
subdirs="$subdirs arm"
ac_config_files="$ac_config_files arm/Makefile.sim:arm/Makefile.in"
ac_config_commands="$ac_config_commands arm/Makefile"
as_fn_append SIM_SUBDIRS " arm"
ac_config_commands="$ac_config_commands depdir-arm"
@@ -13332,7 +13339,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=avr
fi
subdirs="$subdirs avr"
ac_config_files="$ac_config_files avr/Makefile.sim:avr/Makefile.in"
ac_config_commands="$ac_config_commands avr/Makefile"
as_fn_append SIM_SUBDIRS " avr"
ac_config_commands="$ac_config_commands depdir-avr"
@@ -13346,7 +13357,10 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=bfin
fi
subdirs="$subdirs bfin"
subdirs="$subdirs bfin"
ac_config_commands="$ac_config_commands depdir-bfin"
@@ -13360,7 +13374,8 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=bpf
fi
subdirs="$subdirs bpf"
subdirs="$subdirs bpf"
ac_config_commands="$ac_config_commands depdir-bpf"
@@ -13374,7 +13389,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=cr16
fi
subdirs="$subdirs cr16"
ac_config_files="$ac_config_files cr16/Makefile.sim:cr16/Makefile.in"
ac_config_commands="$ac_config_commands cr16/Makefile"
as_fn_append SIM_SUBDIRS " cr16"
ac_config_commands="$ac_config_commands depdir-cr16"
@@ -13388,7 +13407,8 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=cris
fi
subdirs="$subdirs cris"
subdirs="$subdirs cris"
ac_config_commands="$ac_config_commands depdir-cris"
@@ -13402,7 +13422,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=d10v
fi
subdirs="$subdirs d10v"
ac_config_files="$ac_config_files d10v/Makefile.sim:d10v/Makefile.in"
ac_config_commands="$ac_config_commands d10v/Makefile"
as_fn_append SIM_SUBDIRS " d10v"
ac_config_commands="$ac_config_commands depdir-d10v"
@@ -13416,12 +13440,31 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=frv
fi
subdirs="$subdirs frv"
subdirs="$subdirs frv"
ac_config_commands="$ac_config_commands depdir-frv"
;;
esac
case "${targ}" in
all|ft32-*-*)
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=ft32
fi
ac_config_files="$ac_config_files ft32/Makefile.sim:ft32/Makefile.in"
ac_config_commands="$ac_config_commands ft32/Makefile"
as_fn_append SIM_SUBDIRS " ft32"
ac_config_commands="$ac_config_commands depdir-ft32"
;;
esac
@@ -13430,7 +13473,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=h8300
fi
subdirs="$subdirs h8300"
ac_config_files="$ac_config_files h8300/Makefile.sim:h8300/Makefile.in"
ac_config_commands="$ac_config_commands h8300/Makefile"
as_fn_append SIM_SUBDIRS " h8300"
ac_config_commands="$ac_config_commands depdir-h8300"
@@ -13444,7 +13491,8 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=iq2000
fi
subdirs="$subdirs iq2000"
subdirs="$subdirs iq2000"
ac_config_commands="$ac_config_commands depdir-iq2000"
@@ -13458,7 +13506,8 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=lm32
fi
subdirs="$subdirs lm32"
subdirs="$subdirs lm32"
ac_config_commands="$ac_config_commands depdir-lm32"
@@ -13472,7 +13521,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=m32c
fi
subdirs="$subdirs m32c"
ac_config_files="$ac_config_files m32c/Makefile.sim:m32c/Makefile.in"
ac_config_commands="$ac_config_commands m32c/Makefile"
as_fn_append SIM_SUBDIRS " m32c"
ac_config_commands="$ac_config_commands depdir-m32c"
@@ -13486,7 +13539,8 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=m32r
fi
subdirs="$subdirs m32r"
subdirs="$subdirs m32r"
ac_config_commands="$ac_config_commands depdir-m32r"
@@ -13500,7 +13554,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=m68hc11
fi
subdirs="$subdirs m68hc11"
ac_config_files="$ac_config_files m68hc11/Makefile.sim:m68hc11/Makefile.in"
ac_config_commands="$ac_config_commands m68hc11/Makefile"
as_fn_append SIM_SUBDIRS " m68hc11"
ac_config_commands="$ac_config_commands depdir-m68hc11"
@@ -13514,7 +13572,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=mcore
fi
subdirs="$subdirs mcore"
ac_config_files="$ac_config_files mcore/Makefile.sim:mcore/Makefile.in"
ac_config_commands="$ac_config_commands mcore/Makefile"
as_fn_append SIM_SUBDIRS " mcore"
ac_config_commands="$ac_config_commands depdir-mcore"
@@ -13528,7 +13590,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=microblaze
fi
subdirs="$subdirs microblaze"
ac_config_files="$ac_config_files microblaze/Makefile.sim:microblaze/Makefile.in"
ac_config_commands="$ac_config_commands microblaze/Makefile"
as_fn_append SIM_SUBDIRS " microblaze"
ac_config_commands="$ac_config_commands depdir-microblaze"
@@ -13542,7 +13608,8 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=mips
fi
subdirs="$subdirs mips"
subdirs="$subdirs mips"
ac_config_commands="$ac_config_commands depdir-mips"
@@ -13556,7 +13623,8 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=mn10300
fi
subdirs="$subdirs mn10300"
subdirs="$subdirs mn10300"
ac_config_commands="$ac_config_commands depdir-mn10300"
@@ -13570,7 +13638,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=moxie
fi
subdirs="$subdirs moxie"
ac_config_files="$ac_config_files moxie/Makefile.sim:moxie/Makefile.in"
ac_config_commands="$ac_config_commands moxie/Makefile"
as_fn_append SIM_SUBDIRS " moxie"
ac_config_commands="$ac_config_commands depdir-moxie"
@@ -13584,7 +13656,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=msp430
fi
subdirs="$subdirs msp430"
ac_config_files="$ac_config_files msp430/Makefile.sim:msp430/Makefile.in"
ac_config_commands="$ac_config_commands msp430/Makefile"
as_fn_append SIM_SUBDIRS " msp430"
ac_config_commands="$ac_config_commands depdir-msp430"
@@ -13598,7 +13674,8 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=or1k
fi
subdirs="$subdirs or1k"
subdirs="$subdirs or1k"
ac_config_commands="$ac_config_commands depdir-or1k"
@@ -13612,7 +13689,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=pru
fi
subdirs="$subdirs pru"
ac_config_files="$ac_config_files pru/Makefile.sim:pru/Makefile.in"
ac_config_commands="$ac_config_commands pru/Makefile"
as_fn_append SIM_SUBDIRS " pru"
ac_config_commands="$ac_config_commands depdir-pru"
@@ -13626,7 +13707,8 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=riscv
fi
subdirs="$subdirs riscv"
subdirs="$subdirs riscv"
ac_config_commands="$ac_config_commands depdir-riscv"
@@ -13640,7 +13722,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=rl78
fi
subdirs="$subdirs rl78"
ac_config_files="$ac_config_files rl78/Makefile.sim:rl78/Makefile.in"
ac_config_commands="$ac_config_commands rl78/Makefile"
as_fn_append SIM_SUBDIRS " rl78"
ac_config_commands="$ac_config_commands depdir-rl78"
@@ -13654,7 +13740,8 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=rx
fi
subdirs="$subdirs rx"
subdirs="$subdirs rx"
ac_config_commands="$ac_config_commands depdir-rx"
@@ -13668,7 +13755,11 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=sh
fi
subdirs="$subdirs sh"
ac_config_files="$ac_config_files sh/Makefile.sim:sh/Makefile.in"
ac_config_commands="$ac_config_commands sh/Makefile"
as_fn_append SIM_SUBDIRS " sh"
ac_config_commands="$ac_config_commands depdir-sh"
@@ -13682,7 +13773,8 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=erc32
fi
subdirs="$subdirs erc32"
subdirs="$subdirs erc32"
ac_config_commands="$ac_config_commands depdir-erc32"
@@ -13696,26 +13788,13 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=ppc
fi
subdirs="$subdirs ppc"
subdirs="$subdirs ppc"
ac_config_commands="$ac_config_commands depdir-ppc"
;;
esac
case "${targ}" in
all|ft32-*-*)
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=ft32
fi
subdirs="$subdirs ft32"
ac_config_commands="$ac_config_commands depdir-ft32"
;;
esac
@@ -13724,7 +13803,8 @@ subdirs="$subdirs aarch64"
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=v850
fi
subdirs="$subdirs v850"
subdirs="$subdirs v850"
ac_config_commands="$ac_config_commands depdir-v850"
@@ -13736,7 +13816,11 @@ subdirs="$subdirs aarch64"
done
if test "x${enable_example_sims}" = xyes; then
subdirs="$subdirs example-synacor"
ac_config_files="$ac_config_files example-synacor/Makefile.sim:example-synacor/Makefile.in"
ac_config_commands="$ac_config_commands example-synacor/Makefile"
as_fn_append SIM_SUBDIRS " example-synacor"
ac_config_commands="$ac_config_commands depdir-example-synacor"
@@ -14152,6 +14236,12 @@ $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
fi
ac_config_files="$ac_config_files arch-subdir.mk Makefile"
cat >confcache <<\_ACEOF
@@ -15192,37 +15282,72 @@ do
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:common/Make-common.in" ;;
"aarch64/Makefile.sim") CONFIG_FILES="$CONFIG_FILES aarch64/Makefile.sim:aarch64/Makefile.in" ;;
"aarch64/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS aarch64/Makefile" ;;
"depdir-aarch64") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-aarch64" ;;
"arm/Makefile.sim") CONFIG_FILES="$CONFIG_FILES arm/Makefile.sim:arm/Makefile.in" ;;
"arm/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS arm/Makefile" ;;
"depdir-arm") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-arm" ;;
"avr/Makefile.sim") CONFIG_FILES="$CONFIG_FILES avr/Makefile.sim:avr/Makefile.in" ;;
"avr/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS avr/Makefile" ;;
"depdir-avr") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-avr" ;;
"depdir-bfin") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-bfin" ;;
"depdir-bpf") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-bpf" ;;
"cr16/Makefile.sim") CONFIG_FILES="$CONFIG_FILES cr16/Makefile.sim:cr16/Makefile.in" ;;
"cr16/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS cr16/Makefile" ;;
"depdir-cr16") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-cr16" ;;
"depdir-cris") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-cris" ;;
"d10v/Makefile.sim") CONFIG_FILES="$CONFIG_FILES d10v/Makefile.sim:d10v/Makefile.in" ;;
"d10v/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS d10v/Makefile" ;;
"depdir-d10v") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-d10v" ;;
"depdir-frv") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-frv" ;;
"ft32/Makefile.sim") CONFIG_FILES="$CONFIG_FILES ft32/Makefile.sim:ft32/Makefile.in" ;;
"ft32/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS ft32/Makefile" ;;
"depdir-ft32") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-ft32" ;;
"h8300/Makefile.sim") CONFIG_FILES="$CONFIG_FILES h8300/Makefile.sim:h8300/Makefile.in" ;;
"h8300/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS h8300/Makefile" ;;
"depdir-h8300") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-h8300" ;;
"depdir-iq2000") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-iq2000" ;;
"depdir-lm32") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-lm32" ;;
"m32c/Makefile.sim") CONFIG_FILES="$CONFIG_FILES m32c/Makefile.sim:m32c/Makefile.in" ;;
"m32c/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS m32c/Makefile" ;;
"depdir-m32c") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-m32c" ;;
"depdir-m32r") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-m32r" ;;
"m68hc11/Makefile.sim") CONFIG_FILES="$CONFIG_FILES m68hc11/Makefile.sim:m68hc11/Makefile.in" ;;
"m68hc11/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS m68hc11/Makefile" ;;
"depdir-m68hc11") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-m68hc11" ;;
"mcore/Makefile.sim") CONFIG_FILES="$CONFIG_FILES mcore/Makefile.sim:mcore/Makefile.in" ;;
"mcore/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS mcore/Makefile" ;;
"depdir-mcore") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-mcore" ;;
"microblaze/Makefile.sim") CONFIG_FILES="$CONFIG_FILES microblaze/Makefile.sim:microblaze/Makefile.in" ;;
"microblaze/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS microblaze/Makefile" ;;
"depdir-microblaze") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-microblaze" ;;
"depdir-mips") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-mips" ;;
"depdir-mn10300") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-mn10300" ;;
"moxie/Makefile.sim") CONFIG_FILES="$CONFIG_FILES moxie/Makefile.sim:moxie/Makefile.in" ;;
"moxie/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS moxie/Makefile" ;;
"depdir-moxie") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-moxie" ;;
"msp430/Makefile.sim") CONFIG_FILES="$CONFIG_FILES msp430/Makefile.sim:msp430/Makefile.in" ;;
"msp430/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS msp430/Makefile" ;;
"depdir-msp430") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-msp430" ;;
"depdir-or1k") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-or1k" ;;
"pru/Makefile.sim") CONFIG_FILES="$CONFIG_FILES pru/Makefile.sim:pru/Makefile.in" ;;
"pru/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS pru/Makefile" ;;
"depdir-pru") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-pru" ;;
"depdir-riscv") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-riscv" ;;
"rl78/Makefile.sim") CONFIG_FILES="$CONFIG_FILES rl78/Makefile.sim:rl78/Makefile.in" ;;
"rl78/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS rl78/Makefile" ;;
"depdir-rl78") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-rl78" ;;
"depdir-rx") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-rx" ;;
"sh/Makefile.sim") CONFIG_FILES="$CONFIG_FILES sh/Makefile.sim:sh/Makefile.in" ;;
"sh/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS sh/Makefile" ;;
"depdir-sh") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-sh" ;;
"depdir-erc32") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-erc32" ;;
"depdir-ppc") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-ppc" ;;
"depdir-ft32") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-ft32" ;;
"depdir-v850") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-v850" ;;
"example-synacor/Makefile.sim") CONFIG_FILES="$CONFIG_FILES example-synacor/Makefile.sim:example-synacor/Makefile.in" ;;
"example-synacor/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS example-synacor/Makefile" ;;
"depdir-example-synacor") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir-example-synacor" ;;
"arch-subdir.mk") CONFIG_FILES="$CONFIG_FILES arch-subdir.mk" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
@@ -16552,38 +16677,242 @@ $as_echo X"$file" |
done
done
}
;;
"aarch64/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/aarch64:; }
p
}' \
<Make-common.sim >aarch64/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >aarch64/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r aarch64/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r aarch64/Makesim2.tmp' \
<aarch64/Makefile.sim >aarch64/Makefile
rm -f aarch64/Makesim1.tmp aarch64/Makesim2.tmp
;;
"depdir-aarch64":C) $SHELL $ac_aux_dir/mkinstalldirs aarch64/$DEPDIR ;;
"arm/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/arm:; }
p
}' \
<Make-common.sim >arm/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >arm/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r arm/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r arm/Makesim2.tmp' \
<arm/Makefile.sim >arm/Makefile
rm -f arm/Makesim1.tmp arm/Makesim2.tmp
;;
"depdir-arm":C) $SHELL $ac_aux_dir/mkinstalldirs arm/$DEPDIR ;;
"avr/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/avr:; }
p
}' \
<Make-common.sim >avr/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >avr/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r avr/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r avr/Makesim2.tmp' \
<avr/Makefile.sim >avr/Makefile
rm -f avr/Makesim1.tmp avr/Makesim2.tmp
;;
"depdir-avr":C) $SHELL $ac_aux_dir/mkinstalldirs avr/$DEPDIR ;;
"depdir-bfin":C) $SHELL $ac_aux_dir/mkinstalldirs bfin/$DEPDIR ;;
"depdir-bpf":C) $SHELL $ac_aux_dir/mkinstalldirs bpf/$DEPDIR ;;
"cr16/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/cr16:; }
p
}' \
<Make-common.sim >cr16/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >cr16/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r cr16/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r cr16/Makesim2.tmp' \
<cr16/Makefile.sim >cr16/Makefile
rm -f cr16/Makesim1.tmp cr16/Makesim2.tmp
;;
"depdir-cr16":C) $SHELL $ac_aux_dir/mkinstalldirs cr16/$DEPDIR ;;
"depdir-cris":C) $SHELL $ac_aux_dir/mkinstalldirs cris/$DEPDIR ;;
"d10v/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/d10v:; }
p
}' \
<Make-common.sim >d10v/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >d10v/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r d10v/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r d10v/Makesim2.tmp' \
<d10v/Makefile.sim >d10v/Makefile
rm -f d10v/Makesim1.tmp d10v/Makesim2.tmp
;;
"depdir-d10v":C) $SHELL $ac_aux_dir/mkinstalldirs d10v/$DEPDIR ;;
"depdir-frv":C) $SHELL $ac_aux_dir/mkinstalldirs frv/$DEPDIR ;;
"ft32/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/ft32:; }
p
}' \
<Make-common.sim >ft32/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >ft32/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r ft32/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r ft32/Makesim2.tmp' \
<ft32/Makefile.sim >ft32/Makefile
rm -f ft32/Makesim1.tmp ft32/Makesim2.tmp
;;
"depdir-ft32":C) $SHELL $ac_aux_dir/mkinstalldirs ft32/$DEPDIR ;;
"h8300/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/h8300:; }
p
}' \
<Make-common.sim >h8300/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >h8300/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r h8300/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r h8300/Makesim2.tmp' \
<h8300/Makefile.sim >h8300/Makefile
rm -f h8300/Makesim1.tmp h8300/Makesim2.tmp
;;
"depdir-h8300":C) $SHELL $ac_aux_dir/mkinstalldirs h8300/$DEPDIR ;;
"depdir-iq2000":C) $SHELL $ac_aux_dir/mkinstalldirs iq2000/$DEPDIR ;;
"depdir-lm32":C) $SHELL $ac_aux_dir/mkinstalldirs lm32/$DEPDIR ;;
"m32c/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/m32c:; }
p
}' \
<Make-common.sim >m32c/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >m32c/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r m32c/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r m32c/Makesim2.tmp' \
<m32c/Makefile.sim >m32c/Makefile
rm -f m32c/Makesim1.tmp m32c/Makesim2.tmp
;;
"depdir-m32c":C) $SHELL $ac_aux_dir/mkinstalldirs m32c/$DEPDIR ;;
"depdir-m32r":C) $SHELL $ac_aux_dir/mkinstalldirs m32r/$DEPDIR ;;
"m68hc11/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/m68hc11:; }
p
}' \
<Make-common.sim >m68hc11/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >m68hc11/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r m68hc11/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r m68hc11/Makesim2.tmp' \
<m68hc11/Makefile.sim >m68hc11/Makefile
rm -f m68hc11/Makesim1.tmp m68hc11/Makesim2.tmp
;;
"depdir-m68hc11":C) $SHELL $ac_aux_dir/mkinstalldirs m68hc11/$DEPDIR ;;
"mcore/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/mcore:; }
p
}' \
<Make-common.sim >mcore/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >mcore/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r mcore/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r mcore/Makesim2.tmp' \
<mcore/Makefile.sim >mcore/Makefile
rm -f mcore/Makesim1.tmp mcore/Makesim2.tmp
;;
"depdir-mcore":C) $SHELL $ac_aux_dir/mkinstalldirs mcore/$DEPDIR ;;
"microblaze/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/microblaze:; }
p
}' \
<Make-common.sim >microblaze/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >microblaze/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r microblaze/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r microblaze/Makesim2.tmp' \
<microblaze/Makefile.sim >microblaze/Makefile
rm -f microblaze/Makesim1.tmp microblaze/Makesim2.tmp
;;
"depdir-microblaze":C) $SHELL $ac_aux_dir/mkinstalldirs microblaze/$DEPDIR ;;
"depdir-mips":C) $SHELL $ac_aux_dir/mkinstalldirs mips/$DEPDIR ;;
"depdir-mn10300":C) $SHELL $ac_aux_dir/mkinstalldirs mn10300/$DEPDIR ;;
"moxie/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/moxie:; }
p
}' \
<Make-common.sim >moxie/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >moxie/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r moxie/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r moxie/Makesim2.tmp' \
<moxie/Makefile.sim >moxie/Makefile
rm -f moxie/Makesim1.tmp moxie/Makesim2.tmp
;;
"depdir-moxie":C) $SHELL $ac_aux_dir/mkinstalldirs moxie/$DEPDIR ;;
"msp430/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/msp430:; }
p
}' \
<Make-common.sim >msp430/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >msp430/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r msp430/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r msp430/Makesim2.tmp' \
<msp430/Makefile.sim >msp430/Makefile
rm -f msp430/Makesim1.tmp msp430/Makesim2.tmp
;;
"depdir-msp430":C) $SHELL $ac_aux_dir/mkinstalldirs msp430/$DEPDIR ;;
"depdir-or1k":C) $SHELL $ac_aux_dir/mkinstalldirs or1k/$DEPDIR ;;
"pru/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/pru:; }
p
}' \
<Make-common.sim >pru/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >pru/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r pru/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r pru/Makesim2.tmp' \
<pru/Makefile.sim >pru/Makefile
rm -f pru/Makesim1.tmp pru/Makesim2.tmp
;;
"depdir-pru":C) $SHELL $ac_aux_dir/mkinstalldirs pru/$DEPDIR ;;
"depdir-riscv":C) $SHELL $ac_aux_dir/mkinstalldirs riscv/$DEPDIR ;;
"rl78/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/rl78:; }
p
}' \
<Make-common.sim >rl78/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >rl78/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r rl78/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r rl78/Makesim2.tmp' \
<rl78/Makefile.sim >rl78/Makefile
rm -f rl78/Makesim1.tmp rl78/Makesim2.tmp
;;
"depdir-rl78":C) $SHELL $ac_aux_dir/mkinstalldirs rl78/$DEPDIR ;;
"depdir-rx":C) $SHELL $ac_aux_dir/mkinstalldirs rx/$DEPDIR ;;
"sh/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/sh:; }
p
}' \
<Make-common.sim >sh/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >sh/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r sh/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r sh/Makesim2.tmp' \
<sh/Makefile.sim >sh/Makefile
rm -f sh/Makesim1.tmp sh/Makesim2.tmp
;;
"depdir-sh":C) $SHELL $ac_aux_dir/mkinstalldirs sh/$DEPDIR ;;
"depdir-erc32":C) $SHELL $ac_aux_dir/mkinstalldirs erc32/$DEPDIR ;;
"depdir-ppc":C) $SHELL $ac_aux_dir/mkinstalldirs ppc/$DEPDIR ;;
"depdir-ft32":C) $SHELL $ac_aux_dir/mkinstalldirs ft32/$DEPDIR ;;
"depdir-v850":C) $SHELL $ac_aux_dir/mkinstalldirs v850/$DEPDIR ;;
"example-synacor/Makefile":C) sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/example-synacor:; }
p
}' \
<Make-common.sim >example-synacor/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >example-synacor/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r example-synacor/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r example-synacor/Makesim2.tmp' \
<example-synacor/Makefile.sim >example-synacor/Makefile
rm -f example-synacor/Makesim1.tmp example-synacor/Makesim2.tmp
;;
"depdir-example-synacor":C) $SHELL $ac_aux_dir/mkinstalldirs example-synacor/$DEPDIR ;;
esac
+65 -19
View File
@@ -48,21 +48,57 @@ dnl used when installing files to see if they need to be suffixed.
SIM_PRIMARY_TARGET=
AC_SUBST(SIM_PRIMARY_TARGET)
SIM_SUBDIRS=
AC_SUBST(SIM_SUBDIRS)
dnl Used by common/Make-common.in to see which configure script created it.
SIM_COMMON_BUILD_TRUE=
SIM_COMMON_BUILD_FALSE='#'
AC_SUBST(SIM_COMMON_BUILD_TRUE)
AC_SUBST(SIM_COMMON_BUILD_FALSE)
AC_CONFIG_FILES(Make-common.sim:common/Make-common.in)
dnl Build a particular arch subdir.
dnl arg[1] is the arch subdir name.
dnl arg[2] is whether the arch has a dedicated configure script.
m4_define([SIM_BUILD_TARGET], [dnl
AC_CONFIG_SUBDIRS($1)
m4_if($2, [true], [dnl
AC_CONFIG_SUBDIRS($1)
], [dnl
AC_CONFIG_FILES($1/Makefile.sim:$1/Makefile.in)
AC_CONFIG_COMMANDS([$1/Makefile],
[sed -n \
-e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
/^srcdir / { s:= := ../:; s:$:/$1:; }
p
}' \
<Make-common.sim >$1/Makesim1.tmp
sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >$1/Makesim2.tmp
sed -e '/^## COMMON_PRE_/ r $1/Makesim1.tmp' \
-e '/^## COMMON_POST_/ r $1/Makesim2.tmp' \
<$1/Makefile.sim >$1/Makefile
rm -f $1/Makesim1.tmp $1/Makesim2.tmp
])
AS_VAR_APPEND([SIM_SUBDIRS], [" $1"])
])
dnl Create the depdirs for ports until we can convert them to automake.
AC_CONFIG_COMMANDS([depdir-$1],
[$SHELL $ac_aux_dir/mkinstalldirs $1/$DEPDIR],
[ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR])
])
dnl Enable a particular arch subdir.
dnl arg[1] is the matching target triple.
dnl arg[2] is the arch subdir name.
dnl arg[3] is whether the arch has a dedicated configure script.
dnl arg[4] is any additional shell code to run for this arch.
m4_define([SIM_TARGET], [dnl
case "${targ}" in
all|$1)
if test "${targ}" = "${target}"; then
SIM_PRIMARY_TARGET=$2
fi
SIM_BUILD_TARGET($2)
$3
SIM_BUILD_TARGET($2, $3)
$4
;;
esac
])
@@ -78,34 +114,34 @@ if test "${enable_sim}" != no; then
SIM_TARGET([aarch64*-*-*], [aarch64])
SIM_TARGET([arm*-*-*], [arm])
SIM_TARGET([avr*-*-*], [avr])
SIM_TARGET([bfin-*-*], [bfin])
SIM_TARGET([bpf-*-*], [bpf])
SIM_TARGET([bfin-*-*], [bfin], [true])
SIM_TARGET([bpf-*-*], [bpf], [true])
SIM_TARGET([cr16*-*-*], [cr16])
SIM_TARGET([cris-*-* | crisv32-*-*], [cris])
SIM_TARGET([cris-*-* | crisv32-*-*], [cris], [true])
SIM_TARGET([d10v-*-*], [d10v])
SIM_TARGET([frv-*-*], [frv])
SIM_TARGET([frv-*-*], [frv], [true])
SIM_TARGET([ft32-*-*], [ft32])
SIM_TARGET([h8300*-*-*], [h8300])
SIM_TARGET([iq2000-*-*], [iq2000])
SIM_TARGET([lm32-*-*], [lm32])
SIM_TARGET([iq2000-*-*], [iq2000], [true])
SIM_TARGET([lm32-*-*], [lm32], [true])
SIM_TARGET([m32c-*-*], [m32c])
SIM_TARGET([m32r-*-*], [m32r])
SIM_TARGET([m32r-*-*], [m32r], [true])
SIM_TARGET([m68hc11-*-*|m6811-*-*], [m68hc11])
SIM_TARGET([mcore-*-*], [mcore])
SIM_TARGET([microblaze-*-*], [microblaze])
SIM_TARGET([mips*-*-*], [mips], [sim_igen=yes])
SIM_TARGET([mn10300*-*-*], [mn10300], [sim_igen=yes])
SIM_TARGET([mips*-*-*], [mips], [true], [sim_igen=yes])
SIM_TARGET([mn10300*-*-*], [mn10300], [true], [sim_igen=yes])
SIM_TARGET([moxie-*-*], [moxie])
SIM_TARGET([msp430*-*-*], [msp430])
SIM_TARGET([or1k-*-* | or1knd-*-*], [or1k])
SIM_TARGET([or1k-*-* | or1knd-*-*], [or1k], [true])
SIM_TARGET([pru*-*-*], [pru])
SIM_TARGET([riscv*-*-*], [riscv])
SIM_TARGET([riscv*-*-*], [riscv], [true])
SIM_TARGET([rl78-*-*], [rl78])
SIM_TARGET([rx-*-*], [rx])
SIM_TARGET([rx-*-*], [rx], [true])
SIM_TARGET([sh*-*-*], [sh])
SIM_TARGET([sparc-*-rtems*|sparc-*-elf*], [erc32])
SIM_TARGET([powerpc*-*-*], [ppc])
SIM_TARGET([ft32-*-*], [ft32])
SIM_TARGET([v850*-*-*], [v850], [sim_igen=yes])
SIM_TARGET([sparc-*-rtems*|sparc-*-elf*], [erc32], [true])
SIM_TARGET([powerpc*-*-*], [ppc], [true])
SIM_TARGET([v850*-*-*], [v850], [true], [sim_igen=yes])
done
if test "x${enable_example_sims}" = xyes; then
@@ -129,5 +165,15 @@ SIM_AC_OPTION_STDIO
SIM_AC_OPTION_TRACE
SIM_AC_OPTION_WARNINGS
dnl These are unfortunate. They are conditionally called by other sim macros
dnl but always used by common/Make-common.in. So we have to subst here even
dnl when the rest of the code is in the respective macros. Once we merge the
dnl respective SIM_AC_OPTION_xxx call above, we can drop these.
AC_SUBST(sim_bitsize)
AC_SUBST(sim_float)
AC_SUBST(sim_scache)
AC_SUBST(sim_default_model)
AC_SUBST(sim_reserved_bits)
AC_CONFIG_FILES([arch-subdir.mk Makefile])
AC_OUTPUT
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -1,5 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -584,6 +584,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_reserved_bits
sim_float
sim_bitsize
@@ -1739,6 +1741,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -1,5 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -585,6 +585,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_reserved_bits
sim_default_model
sim_scache
@@ -3043,6 +3045,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -1,5 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -584,6 +584,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_reserved_bits
sim_float
sim_bitsize
@@ -1758,6 +1760,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -1,5 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -1,5 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -584,6 +584,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_reserved_bits
sim_float
sim_bitsize
@@ -1737,6 +1739,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -584,6 +584,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_reserved_bits
sim_float
sim_bitsize
@@ -1737,6 +1739,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-24
View File
@@ -1,24 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
dnl Copyright (C) 2005-2021 Free Software Foundation, Inc.
dnl Contributed by Red Hat, Inc.
dnl
dnl This file is part of the GNU simulators.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3 of the License, or
dnl (at your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -584,6 +584,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_reserved_bits
sim_float
sim_bitsize
@@ -1752,6 +1754,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+6
View File
@@ -51,5 +51,11 @@ AC_SUBST(sim_scache)
AC_SUBST(sim_default_model)
AC_SUBST(sim_reserved_bits)
dnl Used by common/Make-common.in to see which configure script created it.
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
AC_SUBST(SIM_COMMON_BUILD_TRUE)
AC_SUBST(SIM_COMMON_BUILD_FALSE)
AC_OUTPUT
])
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -1,5 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -1,5 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -1,5 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -584,6 +584,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_default_model
sim_scache
cgen_breaks
@@ -2211,6 +2213,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -584,6 +584,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_default_model
sim_scache
sim_float
@@ -1777,6 +1779,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-5
View File
@@ -1,5 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-24
View File
@@ -1,24 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
dnl Copyright (C) 2005-2021 Free Software Foundation, Inc.
dnl Contributed by Red Hat, Inc.
dnl
dnl This file is part of the GNU simulators.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3 of the License, or
dnl (at your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -584,6 +584,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_reserved_bits
sim_float
cgen_breaks
@@ -1798,6 +1800,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-24
View File
@@ -1,24 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
dnl Copyright (C) 2016-2021 Free Software Foundation, Inc.
dnl Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
dnl
dnl This file is part of the GNU simulators.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3 of the License, or
dnl (at your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -584,6 +584,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_reserved_bits
sim_scache
sim_float
@@ -1789,6 +1791,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])
-2873
View File
File diff suppressed because it is too large Load Diff
-24
View File
@@ -1,24 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
dnl Copyright (C) 2005-2021 Free Software Foundation, Inc.
dnl Contributed by Red Hat, Inc.
dnl
dnl This file is part of the GNU simulators.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3 of the License, or
dnl (at your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
SIM_AC_OUTPUT
+4
View File
@@ -1,3 +1,7 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
+7
View File
@@ -584,6 +584,8 @@ PACKAGE_URL=
ac_unique_file="Makefile.in"
ac_subst_vars='LTLIBOBJS
LIBOBJS
SIM_COMMON_BUILD_FALSE
SIM_COMMON_BUILD_TRUE
sim_reserved_bits
sim_default_model
sim_scache
@@ -1719,6 +1721,11 @@ ac_config_commands="$ac_config_commands stamp-h"
SIM_COMMON_BUILD_TRUE='#'
SIM_COMMON_BUILD_FALSE=
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
+6
View File
@@ -1,3 +1,9 @@
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Removed.
* aclocal.m4: Removed.
* configure: Removed.
2021-06-21 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4: Regenerate.
-15
View File
@@ -1,15 +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_output.m4])

Some files were not shown because too many files have changed in this diff Show More