From 760b3e8bc9ab6e292debab7758a403fe611d302b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 6 Feb 2021 22:51:30 -0500 Subject: 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. --- sim/mips/configure | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'sim/mips/configure') diff --git a/sim/mips/configure b/sim/mips/configure index 53afe738651..aa877ad7111 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -631,6 +631,8 @@ ac_includes_default="\ ac_subst_vars='LTLIBOBJS LIBOBJS +sim_default_model +sim_scache cgen_breaks mips_extra_libs XMKMF @@ -765,8 +767,6 @@ sim_inline sim_hw sim_hw_objs sim_hw_cflags -sim_default_model -sim_scache sim_float sim_endian sim_bitsize @@ -11823,7 +11823,6 @@ _ACEOF - wire_alignment="NONSTRICT_ALIGNMENT" default_alignment="" @@ -12925,6 +12924,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 -- cgit v1.2.1