aboutsummaryrefslogtreecommitdiff
path: root/sim/cris
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-19 21:33:30 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-22 19:26:13 -0400
commit36bb57e40c5062ff6c5cb16463e1c7233baf46bb (patch)
treedf77ebccb379772d96211f3b5d74e260b184cdfe /sim/cris
parent224506e95d2d44aa6583cbcda9f4b7305f834ab3 (diff)
downloadfsf-binutils-gdb-36bb57e40c5062ff6c5cb16463e1c7233baf46bb.zip
fsf-binutils-gdb-36bb57e40c5062ff6c5cb16463e1c7233baf46bb.tar.gz
fsf-binutils-gdb-36bb57e40c5062ff6c5cb16463e1c7233baf46bb.tar.bz2
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.
Diffstat (limited to 'sim/cris')
-rw-r--r--sim/cris/ChangeLog4
-rwxr-xr-xsim/cris/configure7
2 files changed, 11 insertions, 0 deletions
diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog
index 77670a2..d31f91e 100644
--- a/sim/cris/ChangeLog
+++ b/sim/cris/ChangeLog
@@ -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.
diff --git a/sim/cris/configure b/sim/cris/configure
index 293463e..a0bfa60 100755
--- a/sim/cris/configure
+++ b/sim/cris/configure
@@ -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