From 36bb57e40c5062ff6c5cb16463e1c7233baf46bb Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 19 Jun 2021 21:33:30 -0400 Subject: 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. --- sim/rx/ChangeLog | 4 ++++ sim/rx/configure | 7 +++++++ 2 files changed, 11 insertions(+) (limited to 'sim/rx') diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 083c061..27fcd7f 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,7 @@ +2021-06-22 Mike Frysinger + + * configure: Regenerate. + 2021-06-21 Mike Frysinger * aclocal.m4: Regenerate. diff --git a/sim/rx/configure b/sim/rx/configure index 578fc94..c012678 100755 --- a/sim/rx/configure +++ b/sim/rx/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_default_model sim_scache @@ -1719,6 +1721,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 -- cgit v1.1