aboutsummaryrefslogtreecommitdiff
path: root/sim/cris
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-19 10:42:37 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-20 00:25:13 -0400
commit1bf5c34239398dac1452e064b7194869054cf398 (patch)
treec2f4f0d0415fd9375c836e456395e568c4fcab8d /sim/cris
parent4ca8baee000128932f0cd61b226fa5b53656fc32 (diff)
downloadfsf-binutils-gdb-1bf5c34239398dac1452e064b7194869054cf398.zip
fsf-binutils-gdb-1bf5c34239398dac1452e064b7194869054cf398.tar.gz
fsf-binutils-gdb-1bf5c34239398dac1452e064b7194869054cf398.tar.bz2
sim: unify cgen maintainer settings
Move these options up to the common dir so we only test & export them once across all ports. It makes it available to targets that aren't cgen-based, but those will just ignore the settings, so it shouldn't be an issue.
Diffstat (limited to 'sim/cris')
-rw-r--r--sim/cris/ChangeLog6
-rw-r--r--sim/cris/Makefile.in5
-rw-r--r--sim/cris/aclocal.m41
-rwxr-xr-xsim/cris/configure38
-rw-r--r--sim/cris/configure.ac1
5 files changed, 6 insertions, 45 deletions
diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog
index 713446d..d6ca935 100644
--- a/sim/cris/ChangeLog
+++ b/sim/cris/ChangeLog
@@ -1,5 +1,11 @@
2021-06-20 Mike Frysinger <vapier@gentoo.org>
+ * Makefile.in (CGEN_MAINT): Delete.
+ * configure.ac: Delete SIM_AC_OPTION_CGEN_MAINT call.
+ * aclocal.m4, configure: Regenerate.
+
+2021-06-20 Mike Frysinger <vapier@gentoo.org>
+
* aclocal.m4: Regenerate.
* configure: Regenerate.
diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in
index 0b4b8f5..ef83ce8 100644
--- a/sim/cris/Makefile.in
+++ b/sim/cris/Makefile.in
@@ -102,11 +102,6 @@ cris-clean:
-rm -f stamp-arch
-rm -f tmp-*
-# cgen support, enable with --enable-cgen-maint
-CGEN_MAINT = ; @true
-# The following line is commented in or out depending upon --enable-cgen-maint.
-@CGEN_MAINT@CGEN_MAINT =
-
# Useful when making CGEN-generated files manually, without --enable-cgen-maint.
stamps: stamp-v10fmloop stamp-v32fmloop stamp-arch stamp-v10fcpu stamp-v32fcpu
diff --git a/sim/cris/aclocal.m4 b/sim/cris/aclocal.m4
index 50fcc1f..137af59 100644
--- a/sim/cris/aclocal.m4
+++ b/sim/cris/aclocal.m4
@@ -100,7 +100,6 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
m4_include([../../config/override.m4])
m4_include([../m4/sim_ac_common.m4])
-m4_include([../m4/sim_ac_option_cgen_maint.m4])
m4_include([../m4/sim_ac_option_default_model.m4])
m4_include([../m4/sim_ac_option_hardware.m4])
m4_include([../m4/sim_ac_option_scache.m4])
diff --git a/sim/cris/configure b/sim/cris/configure
index d4af223..2b854f7 100755
--- a/sim/cris/configure
+++ b/sim/cris/configure
@@ -588,9 +588,6 @@ sim_reserved_bits
sim_float
sim_bitsize
cgen_breaks
-cgen
-cgendir
-CGEN_MAINT
MAINT
MAINTAINER_MODE_FALSE
MAINTAINER_MODE_TRUE
@@ -644,7 +641,6 @@ enable_maintainer_mode
enable_sim_scache
enable_sim_hardware
enable_sim_default_model
-enable_cgen_maint
'
ac_precious_vars='build_alias
host_alias
@@ -1265,7 +1261,6 @@ Optional Features:
Specify the hardware to be included in the build.
--enable-sim-default-model=model
Specify default model to simulate
- --enable-cgen-maint=DIR build cgen generated files
Report bugs to the package provider.
_ACEOF
@@ -1813,39 +1808,6 @@ fi
-cgen_maint=no
-cgen=guile
-cgendir='$(srcdir)/../../cgen'
-# Check whether --enable-cgen-maint was given.
-if test "${enable_cgen_maint+set}" = set; then :
- enableval=$enable_cgen_maint; case "${enableval}" in
- yes) cgen_maint=yes ;;
- no) cgen_maint=no ;;
- *)
- # Argument is a directory where cgen can be found. In some
- # future world cgen could be installable, but right now this
- # is not the case. Instead we assume the directory is a path
- # to the cgen source tree.
- cgen_maint=yes
- if test -r ${enableval}/iformat.scm; then
- # This looks like a cgen source tree.
- cgendir=${enableval}
- else
- as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
- fi
- ;;
-esac
-fi
-if test x${cgen_maint} != xno ; then
- CGEN_MAINT=''
-else
- CGEN_MAINT='#'
-fi
-
-
-
-
-
cgen_breaks=""
if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
diff --git a/sim/cris/configure.ac b/sim/cris/configure.ac
index d94eabb..909c416 100644
--- a/sim/cris/configure.ac
+++ b/sim/cris/configure.ac
@@ -9,6 +9,5 @@ SIM_AC_OPTION_HARDWARE(rv cris cris_900000xx)
# The default model shouldn't matter as long as there's a BFD.
SIM_AC_OPTION_DEFAULT_MODEL(crisv32)
-SIM_AC_OPTION_CGEN_MAINT
SIM_AC_OUTPUT