aboutsummaryrefslogtreecommitdiff
path: root/sim/frv/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-02-06 22:51:30 -0500
committerMike Frysinger <vapier@gentoo.org>2021-02-21 02:20:19 -0500
commit760b3e8bc9ab6e292debab7758a403fe611d302b (patch)
tree151033c1708874d9da979e8c7e92c8aca9b08925 /sim/frv/configure
parent89753bbf8102edc2aa4262a4d43f1a71a10e34f3 (diff)
downloadfsf-binutils-gdb-760b3e8bc9ab6e292debab7758a403fe611d302b.zip
fsf-binutils-gdb-760b3e8bc9ab6e292debab7758a403fe611d302b.tar.gz
fsf-binutils-gdb-760b3e8bc9ab6e292debab7758a403fe611d302b.tar.bz2
sim: common: split up acinclude.m4 into individual m4 files
This file is quite large and is getting unmanageable. Split it apart to follow aclocal best practices by putting one-macro-per-file. There shouldn't be any real functional changes here as can be seen in the configure script regens.
Diffstat (limited to 'sim/frv/configure')
-rwxr-xr-xsim/frv/configure23
1 files changed, 17 insertions, 6 deletions
diff --git a/sim/frv/configure b/sim/frv/configure
index 406e768..983b16f 100755
--- a/sim/frv/configure
+++ b/sim/frv/configure
@@ -631,6 +631,9 @@ ac_includes_default="\
ac_subst_vars='LTLIBOBJS
LIBOBJS
+sim_reserved_bits
+sim_float
+sim_bitsize
cgen_breaks
sim_trapdump
cgen
@@ -751,16 +754,13 @@ PATH_SEPARATOR
SHELL
WERROR_CFLAGS
WARN_CFLAGS
-sim_reserved_bits
+sim_scache
sim_inline
sim_hw
sim_hw_objs
sim_hw_cflags
-sim_default_model
-sim_scache
-sim_float
sim_endian
-sim_bitsize
+sim_default_model
sim_alignment'
ac_subst_files=''
ac_user_opts='
@@ -11808,7 +11808,6 @@ _ACEOF
-
wire_endian="BIG"
default_endian=""
# Check whether --enable-sim-endian was given.
@@ -12207,6 +12206,18 @@ ac_config_commands="$ac_config_commands Makefile"
ac_config_commands="$ac_config_commands stamp-h"
+
+
+
+
+
+
+
+
+
+
+
+
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