mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
sim: delete SIM_AC_COMMON macro
Now that we've moved all content out to the common file, this is empty and can be deleted it entirely.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* README-HACKING (SIM_AC_COMMON): Delete mention.
|
||||||
|
* m4/sim_ac_common.m4: Removed.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* arch-subdir.mk.in (MAINT): Define.
|
* arch-subdir.mk.in (MAINT): Define.
|
||||||
|
@ -41,20 +41,11 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../common ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../common ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
... target specific additions ...
|
... target specific additions ...
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
--- snip ---
|
--- snip ---
|
||||||
|
|
||||||
SIM_AC_COMMON:
|
|
||||||
|
|
||||||
- invokes the autoconf macros most often used by the simulators
|
|
||||||
- defines --enable/--with options usable by all simulators
|
|
||||||
- initializes sim_link_files/sim_link_links as the set of symbolic links
|
|
||||||
to set up
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT:
|
SIM_AC_OUTPUT:
|
||||||
|
|
||||||
- creates the symbolic links defined in sim_link_{files,links}
|
- creates the symbolic links defined in sim_link_{files,links}
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/aarch64/aclocal.m4
vendored
1
sim/aarch64/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/aarch64/configure
vendored
2
sim/aarch64/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -22,6 +22,4 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/arm/aclocal.m4
vendored
1
sim/arm/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/arm/configure
vendored
2
sim/arm/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -2,6 +2,4 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/avr/aclocal.m4
vendored
1
sim/avr/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/avr/configure
vendored
2
sim/avr/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -2,6 +2,4 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* Makefile.in: Change @MAINTAINER_MODE_TRUE@ to $(MAINT).
|
* Makefile.in: Change @MAINTAINER_MODE_TRUE@ to $(MAINT).
|
||||||
|
1
sim/bfin/aclocal.m4
vendored
1
sim/bfin/aclocal.m4
vendored
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
||||||
m4_include([../../config/pkg.m4])
|
m4_include([../../config/pkg.m4])
|
||||||
m4_include([../m4/sim_ac_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/bfin/configure
vendored
2
sim/bfin/configure
vendored
@ -1808,8 +1808,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
default_sim_default_model="bf537"
|
default_sim_default_model="bf537"
|
||||||
# Check whether --enable-sim-default-model was given.
|
# Check whether --enable-sim-default-model was given.
|
||||||
if test "${enable_sim_default_model+set}" = set; then :
|
if test "${enable_sim_default_model+set}" = set; then :
|
||||||
|
@ -2,8 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OPTION_DEFAULT_MODEL(bf537)
|
SIM_AC_OPTION_DEFAULT_MODEL(bf537)
|
||||||
SIM_AC_OPTION_HARDWARE(\
|
SIM_AC_OPTION_HARDWARE(\
|
||||||
bfin_cec \
|
bfin_cec \
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/bpf/aclocal.m4
vendored
1
sim/bpf/aclocal.m4
vendored
@ -12,7 +12,6 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_bitsize.m4])
|
m4_include([../m4/sim_ac_option_bitsize.m4])
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
2
sim/bpf/configure
vendored
2
sim/bpf/configure
vendored
@ -1687,8 +1687,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
wire_word_bitsize="64"
|
wire_word_bitsize="64"
|
||||||
wire_word_msb=""
|
wire_word_msb=""
|
||||||
wire_address_bitsize=""
|
wire_address_bitsize=""
|
||||||
|
@ -2,8 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OPTION_BITSIZE([64])
|
SIM_AC_OPTION_BITSIZE([64])
|
||||||
SIM_AC_OPTION_SCACHE(16384)
|
SIM_AC_OPTION_SCACHE(16384)
|
||||||
SIM_AC_OPTION_DEFAULT_MODEL([bpf-def])
|
SIM_AC_OPTION_DEFAULT_MODEL([bpf-def])
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/cr16/aclocal.m4
vendored
1
sim/cr16/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/cr16/configure
vendored
2
sim/cr16/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -2,6 +2,4 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/cris/aclocal.m4
vendored
1
sim/cris/aclocal.m4
vendored
@ -12,7 +12,6 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_option_scache.m4])
|
m4_include([../m4/sim_ac_option_scache.m4])
|
||||||
|
2
sim/cris/configure
vendored
2
sim/cris/configure
vendored
@ -1686,8 +1686,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
default_sim_scache="16384"
|
default_sim_scache="16384"
|
||||||
# Check whether --enable-sim-scache was given.
|
# Check whether --enable-sim-scache was given.
|
||||||
if test "${enable_sim_scache+set}" = set; then :
|
if test "${enable_sim_scache+set}" = set; then :
|
||||||
|
@ -2,8 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OPTION_SCACHE(16384)
|
SIM_AC_OPTION_SCACHE(16384)
|
||||||
SIM_AC_OPTION_HARDWARE(rv cris cris_900000xx)
|
SIM_AC_OPTION_HARDWARE(rv cris cris_900000xx)
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/d10v/aclocal.m4
vendored
1
sim/d10v/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/d10v/configure
vendored
2
sim/d10v/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -2,6 +2,4 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/erc32/aclocal.m4
vendored
1
sim/erc32/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/erc32/configure
vendored
2
sim/erc32/configure
vendored
@ -1833,8 +1833,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# In the Cygwin environment, we need some additional flags.
|
# In the Cygwin environment, we need some additional flags.
|
||||||
ac_ext=c
|
ac_ext=c
|
||||||
ac_cpp='$CPP $CPPFLAGS'
|
ac_cpp='$CPP $CPPFLAGS'
|
||||||
|
@ -17,8 +17,6 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
# In the Cygwin environment, we need some additional flags.
|
# In the Cygwin environment, we need some additional flags.
|
||||||
AC_CACHE_CHECK([for cygwin], sim_cv_os_cygwin,
|
AC_CACHE_CHECK([for cygwin], sim_cv_os_cygwin,
|
||||||
[AC_EGREP_CPP(lose, [
|
[AC_EGREP_CPP(lose, [
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/example-synacor/aclocal.m4
vendored
1
sim/example-synacor/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/example-synacor/configure
vendored
2
sim/example-synacor/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -2,6 +2,4 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/frv/aclocal.m4
vendored
1
sim/frv/aclocal.m4
vendored
@ -12,7 +12,6 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_option_scache.m4])
|
m4_include([../m4/sim_ac_option_scache.m4])
|
||||||
|
2
sim/frv/configure
vendored
2
sim/frv/configure
vendored
@ -1689,8 +1689,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
default_sim_scache="16384"
|
default_sim_scache="16384"
|
||||||
# Check whether --enable-sim-scache was given.
|
# Check whether --enable-sim-scache was given.
|
||||||
if test "${enable_sim_scache+set}" = set; then :
|
if test "${enable_sim_scache+set}" = set; then :
|
||||||
|
@ -2,8 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OPTION_SCACHE(16384)
|
SIM_AC_OPTION_SCACHE(16384)
|
||||||
SIM_AC_OPTION_DEFAULT_MODEL(fr500)
|
SIM_AC_OPTION_DEFAULT_MODEL(fr500)
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/ft32/aclocal.m4
vendored
1
sim/ft32/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/ft32/configure
vendored
2
sim/ft32/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -2,6 +2,4 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/h8300/aclocal.m4
vendored
1
sim/h8300/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/h8300/configure
vendored
2
sim/h8300/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -2,6 +2,4 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/iq2000/aclocal.m4
vendored
1
sim/iq2000/aclocal.m4
vendored
@ -12,7 +12,6 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_option_scache.m4])
|
m4_include([../m4/sim_ac_option_scache.m4])
|
||||||
|
2
sim/iq2000/configure
vendored
2
sim/iq2000/configure
vendored
@ -1686,8 +1686,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
default_sim_scache="16384"
|
default_sim_scache="16384"
|
||||||
# Check whether --enable-sim-scache was given.
|
# Check whether --enable-sim-scache was given.
|
||||||
if test "${enable_sim_scache+set}" = set; then :
|
if test "${enable_sim_scache+set}" = set; then :
|
||||||
|
@ -2,8 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OPTION_SCACHE(16384)
|
SIM_AC_OPTION_SCACHE(16384)
|
||||||
SIM_AC_OPTION_DEFAULT_MODEL(iq2000)
|
SIM_AC_OPTION_DEFAULT_MODEL(iq2000)
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/lm32/aclocal.m4
vendored
1
sim/lm32/aclocal.m4
vendored
@ -12,7 +12,6 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_option_scache.m4])
|
m4_include([../m4/sim_ac_option_scache.m4])
|
||||||
|
2
sim/lm32/configure
vendored
2
sim/lm32/configure
vendored
@ -1686,8 +1686,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
default_sim_scache="16384"
|
default_sim_scache="16384"
|
||||||
# Check whether --enable-sim-scache was given.
|
# Check whether --enable-sim-scache was given.
|
||||||
if test "${enable_sim_scache+set}" = set; then :
|
if test "${enable_sim_scache+set}" = set; then :
|
||||||
|
@ -2,8 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OPTION_SCACHE(16384)
|
SIM_AC_OPTION_SCACHE(16384)
|
||||||
SIM_AC_OPTION_DEFAULT_MODEL(lm32)
|
SIM_AC_OPTION_DEFAULT_MODEL(lm32)
|
||||||
SIM_AC_OPTION_HARDWARE(lm32cpu lm32timer lm32uart)
|
SIM_AC_OPTION_HARDWARE(lm32cpu lm32timer lm32uart)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/m32c/aclocal.m4
vendored
1
sim/m32c/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/m32c/configure
vendored
2
sim/m32c/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -21,6 +21,4 @@ dnl
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/m32r/aclocal.m4
vendored
1
sim/m32r/aclocal.m4
vendored
@ -12,7 +12,6 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_default_model.m4])
|
m4_include([../m4/sim_ac_option_default_model.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_option_scache.m4])
|
m4_include([../m4/sim_ac_option_scache.m4])
|
||||||
|
2
sim/m32r/configure
vendored
2
sim/m32r/configure
vendored
@ -1688,8 +1688,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
default_sim_scache="16384"
|
default_sim_scache="16384"
|
||||||
# Check whether --enable-sim-scache was given.
|
# Check whether --enable-sim-scache was given.
|
||||||
if test "${enable_sim_scache+set}" = set; then :
|
if test "${enable_sim_scache+set}" = set; then :
|
||||||
|
@ -2,8 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OPTION_SCACHE(16384)
|
SIM_AC_OPTION_SCACHE(16384)
|
||||||
SIM_AC_OPTION_DEFAULT_MODEL(m32r/d)
|
SIM_AC_OPTION_DEFAULT_MODEL(m32r/d)
|
||||||
|
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
dnl Copyright (C) 1997-2021 Free Software Foundation, Inc.
|
|
||||||
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
|
|
||||||
dnl SIM_AC_COMMON invokes AC macros used by all simulators and by the common
|
|
||||||
dnl directory. It is intended to be invoked before any target specific stuff.
|
|
||||||
dnl SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
|
||||||
dnl It is intended to be invoked last.
|
|
||||||
dnl
|
|
||||||
dnl See README-HACKING for more details.
|
|
||||||
AC_DEFUN([SIM_AC_COMMON],
|
|
||||||
[dnl
|
|
||||||
]) dnl End of SIM_AC_COMMON
|
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/m68hc11/aclocal.m4
vendored
1
sim/m68hc11/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/m68hc11/configure
vendored
2
sim/m68hc11/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue \
|
hardware="cfi core pal glue \
|
||||||
m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram"
|
m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram"
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
|
@ -2,8 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
dnl Options available in this module
|
dnl Options available in this module
|
||||||
SIM_AC_OPTION_HARDWARE(\
|
SIM_AC_OPTION_HARDWARE(\
|
||||||
m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram)
|
m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/mcore/aclocal.m4
vendored
1
sim/mcore/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/mcore/configure
vendored
2
sim/mcore/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -2,6 +2,4 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/microblaze/aclocal.m4
vendored
1
sim/microblaze/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/microblaze/configure
vendored
2
sim/microblaze/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -2,6 +2,4 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/mips/aclocal.m4
vendored
1
sim/mips/aclocal.m4
vendored
@ -12,7 +12,6 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_bitsize.m4])
|
m4_include([../m4/sim_ac_option_bitsize.m4])
|
||||||
m4_include([../m4/sim_ac_option_float.m4])
|
m4_include([../m4/sim_ac_option_float.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
|
2
sim/mips/configure
vendored
2
sim/mips/configure
vendored
@ -1699,8 +1699,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
default_sim_reserved_bits="1"
|
default_sim_reserved_bits="1"
|
||||||
# Check whether --enable-sim-reserved-bits was given.
|
# Check whether --enable-sim-reserved-bits was given.
|
||||||
if test "${enable_sim_reserved_bits+set}" = set; then :
|
if test "${enable_sim_reserved_bits+set}" = set; then :
|
||||||
|
@ -2,8 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
dnl Options available in this module
|
dnl Options available in this module
|
||||||
SIM_AC_OPTION_RESERVED_BITS(1)
|
SIM_AC_OPTION_RESERVED_BITS(1)
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/mn10300/aclocal.m4
vendored
1
sim/mn10300/aclocal.m4
vendored
@ -12,7 +12,6 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_bitsize.m4])
|
m4_include([../m4/sim_ac_option_bitsize.m4])
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_option_reserved_bits.m4])
|
m4_include([../m4/sim_ac_option_reserved_bits.m4])
|
||||||
|
2
sim/mn10300/configure
vendored
2
sim/mn10300/configure
vendored
@ -1686,8 +1686,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
default_sim_reserved_bits="1"
|
default_sim_reserved_bits="1"
|
||||||
# Check whether --enable-sim-reserved-bits was given.
|
# Check whether --enable-sim-reserved-bits was given.
|
||||||
if test "${enable_sim_reserved_bits+set}" = set; then :
|
if test "${enable_sim_reserved_bits+set}" = set; then :
|
||||||
|
@ -2,8 +2,6 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OPTION_RESERVED_BITS
|
SIM_AC_OPTION_RESERVED_BITS
|
||||||
SIM_AC_OPTION_BITSIZE(32,31)
|
SIM_AC_OPTION_BITSIZE(32,31)
|
||||||
SIM_AC_OPTION_HARDWARE(mn103cpu mn103int mn103tim mn103ser mn103iop)
|
SIM_AC_OPTION_HARDWARE(mn103cpu mn103int mn103tim mn103ser mn103iop)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* Makefile.in: Change @MAINTAINER_MODE_TRUE@ to $(MAINT).
|
* Makefile.in: Change @MAINTAINER_MODE_TRUE@ to $(MAINT).
|
||||||
|
1
sim/moxie/aclocal.m4
vendored
1
sim/moxie/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/moxie/configure
vendored
2
sim/moxie/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -2,6 +2,4 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
1
sim/msp430/aclocal.m4
vendored
1
sim/msp430/aclocal.m4
vendored
@ -12,6 +12,5 @@
|
|||||||
# PARTICULAR PURPOSE.
|
# 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_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_common.m4])
|
|
||||||
m4_include([../m4/sim_ac_option_hardware.m4])
|
m4_include([../m4/sim_ac_option_hardware.m4])
|
||||||
m4_include([../m4/sim_ac_output.m4])
|
m4_include([../m4/sim_ac_output.m4])
|
||||||
|
2
sim/msp430/configure
vendored
2
sim/msp430/configure
vendored
@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hardware="cfi core pal glue "
|
hardware="cfi core pal glue "
|
||||||
sim_hw_cflags="-DWITH_HW=1"
|
sim_hw_cflags="-DWITH_HW=1"
|
||||||
sim_hw="$hardware"
|
sim_hw="$hardware"
|
||||||
|
@ -21,6 +21,4 @@ dnl
|
|||||||
AC_INIT(Makefile.in)
|
AC_INIT(Makefile.in)
|
||||||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
||||||
|
|
||||||
SIM_AC_COMMON
|
|
||||||
|
|
||||||
SIM_AC_OUTPUT
|
SIM_AC_OUTPUT
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* configure.ac (SIM_AC_COMMON): Delete.
|
||||||
|
* aclocal.m4, configure: Regenerate.
|
||||||
|
|
||||||
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
2021-06-20 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user