From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 834183858CDB; Tue, 10 Jan 2023 06:25:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 834183858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673331922; bh=b1Di0DE0VPlGG0BcuPMmE3aG3qnmpknDLrSmm4VSTOI=; h=From:To:Subject:Date:From; b=YvXpbdhpqzF7msA2aYStTrIbfNCGX99+ulM+powZEvL79OEtV4LsMB9nCNGZTQKE7 IgmyGVzeWgOVzQVrTVHL2lEtfeU5ye5+QzfJIPYr8ptiWAo65UztJSG5KjiYaU3204 69hazR+UEK8ovHgAJrpZTOl5R94nvJqFp9blDBRo= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: gdb-cvs@sourceware.org Subject: [binutils-gdb] sim: build: drop support for creating libsim.a in subdirs X-Act-Checkin: binutils-gdb X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 7a59a0b92cb36e7f591e5d6a3874667a326f37e6 X-Git-Newrev: e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2 Message-Id: <20230110062522.834183858CDB@sourceware.org> Date: Tue, 10 Jan 2023 06:25:22 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De732fe9b4f99= 09b0fbfa0bcac2ba048ca7d24ee2 commit e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2 Author: Mike Frysinger Date: Mon Dec 26 22:39:03 2022 -0500 sim: build: drop support for creating libsim.a in subdirs =20 Now that all ports have moved to creating libsim.a in the top-level, drop all the support code to create it in a subdir. Diff: --- sim/Makefile.am | 3 --- sim/Makefile.in | 3 --- sim/README-HACKING | 4 ---- sim/aarch64/Makefile.in | 3 --- sim/arch-subdir.mk.in | 3 --- sim/arm/Makefile.in | 2 -- sim/avr/Makefile.in | 3 --- sim/bfin/Makefile.in | 2 -- sim/bpf/Makefile.in | 2 -- sim/common/Make-common.in | 40 +++----------------------------------= --- sim/cr16/Makefile.in | 3 --- sim/cris/Makefile.in | 2 -- sim/d10v/Makefile.in | 3 --- sim/erc32/Makefile.in | 3 --- sim/example-synacor/Makefile.in | 3 --- sim/frv/Makefile.in | 2 -- sim/ft32/Makefile.in | 3 --- sim/h8300/Makefile.in | 3 --- sim/iq2000/Makefile.in | 3 --- sim/lm32/Makefile.in | 2 -- sim/m32c/Makefile.in | 3 --- sim/m32r/Makefile.in | 2 -- sim/m68hc11/Makefile.in | 2 -- sim/mcore/Makefile.in | 3 --- sim/microblaze/Makefile.in | 3 --- sim/mips/Makefile.in | 2 -- sim/mn10300/Makefile.in | 2 -- sim/moxie/Makefile.in | 2 -- sim/msp430/Makefile.in | 3 --- sim/or1k/Makefile.in | 2 -- sim/pru/Makefile.in | 3 --- sim/riscv/Makefile.in | 2 -- sim/rl78/Makefile.in | 4 ---- sim/rx/Makefile.in | 3 --- sim/sh/Makefile.in | 3 --- sim/v850/Makefile.in | 2 -- 36 files changed, 3 insertions(+), 130 deletions(-) diff --git a/sim/Makefile.am b/sim/Makefile.am index dd85297c83e..8a4a160b30c 100644 --- a/sim/Makefile.am +++ b/sim/Makefile.am @@ -188,9 +188,6 @@ endif ## Helper targets for running make from the top-level when some subdirs st= ill ## have Makefiles in subdirs. =20 -%/libsim.a: | $(SIM_ALL_RECURSIVE_DEPS) - $(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) - %/nrun.o: common/nrun.c | %/libsim.a $(SIM_ALL_RECURSIVE_DEPS) $(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) =20 diff --git a/sim/Makefile.in b/sim/Makefile.in index cf4707f34b1..dc306157b30 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -5485,9 +5485,6 @@ testsuite/common/bits64m63.c: testsuite/common/bits-g= en$(EXEEXT) testsuite/commo @SIM_ENABLE_ARCH_v850_TRUE@ -n irun.c -r v850/irun.c @SIM_ENABLE_ARCH_v850_TRUE@ $(AM_V_at)touch $@ =20 -%/libsim.a: | $(SIM_ALL_RECURSIVE_DEPS) - $(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) - %/nrun.o: common/nrun.c | %/libsim.a $(SIM_ALL_RECURSIVE_DEPS) $(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) =20 diff --git a/sim/README-HACKING b/sim/README-HACKING index 38d871b1514..fd6461e5ae9 100644 --- a/sim/README-HACKING +++ b/sim/README-HACKING @@ -44,8 +44,6 @@ The Makefile.in of a simulator using the common framework= should look like: # Not all of these need to be mentioned, only the necessary ones. # In fact it is better to *not* mention ones if the value is the default. =20 -# List of object files, less common parts. -SIM_OBJS =3D # List of flags to always pass to $(CC). SIM_EXTRA_CFLAGS =3D # Dependency of `clean' to clean any extra files. @@ -53,8 +51,6 @@ SIM_EXTRA_CLEAN =3D =20 ## COMMON_POST_CONFIG_FRAG =20 -# Rules need to build $(SIM_OBJS), plus whatever else the target wants. - ... target specific rules ... --- snip --- =20 diff --git a/sim/aarch64/Makefile.in b/sim/aarch64/Makefile.in index 94c62429157..82224f06ccf 100644 --- a/sim/aarch64/Makefile.in +++ b/sim/aarch64/Makefile.in @@ -20,7 +20,4 @@ ### along with this program. If not, see . = */ =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/arch-subdir.mk.in b/sim/arch-subdir.mk.in index 85e1d84ede1..afa1103a2f1 100644 --- a/sim/arch-subdir.mk.in +++ b/sim/arch-subdir.mk.in @@ -35,7 +35,6 @@ LDFLAGS =3D @LDFLAGS@ AR =3D @AR@ AR_FLAGS =3D rc RANLIB =3D @RANLIB@ -DTC =3D @DTC@ =20 LIBTOOL =3D @LIBTOOL@ AM_V_lt =3D $(am__v_lt_@AM_V@) @@ -65,5 +64,3 @@ MAINT =3D ; @true SIM_INLINE =3D @SIM_INLINE@ =20 SIM_HW_CFLAGS =3D @SIM_HW_CFLAGS@ -SIM_HW_OBJS =3D $(SIM_HW_DEVICES:%=3Ddv-%.o) -@SIM_ENABLE_HW_FALSE@SIM_HW_OBJS =3D diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in index cdf371d844c..24e1525d669 100644 --- a/sim/arm/Makefile.in +++ b/sim/arm/Makefile.in @@ -19,6 +19,4 @@ =20 SIM_EXTRA_CFLAGS =3D -DMODET =20 -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/avr/Makefile.in b/sim/avr/Makefile.in index eaf6c4b6a97..202bda36d2f 100644 --- a/sim/avr/Makefile.in +++ b/sim/avr/Makefile.in @@ -15,7 +15,4 @@ # along with this program. If not, see . =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in index 700e641d149..569c64bb22f 100644 --- a/sim/bfin/Makefile.in +++ b/sim/bfin/Makefile.in @@ -19,8 +19,6 @@ =20 arch =3D bfin =20 -SIM_LIBSIM =3D - SIM_EXTRA_CFLAGS =3D $(SDL_CFLAGS) =20 ## COMMON_POST_CONFIG_FRAG diff --git a/sim/bpf/Makefile.in b/sim/bpf/Makefile.in index 1fc98a68cbe..64ec667c12c 100644 --- a/sim/bpf/Makefile.in +++ b/sim/bpf/Makefile.in @@ -18,8 +18,6 @@ =20 ## COMMON_PRE_CONFIG_FRAG =20 -SIM_LIBSIM =3D - SIM_EXTRA_CFLAGS =3D -DWITH_TARGET_WORD_BITSIZE=3D64 =20 ## COMMON_POST_CONFIG_FRAG diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index e14997ae136..f9f6ed1984c 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -83,24 +83,18 @@ POSTCOMPILE =3D @true # in the simulator's Makefile.in if one is using the default value. In fa= ct # it's preferable not to. =20 -# List of object files, less common parts. -SIM_OBJS =3D # List of flags to always pass to $(CC). SIM_EXTRA_CFLAGS =3D -# List of main object files for `run'. -SIM_RUN_OBJS =3D nrun.o -SIM_LIBSIM =3D libsim.a # Dependency of `clean' to clean any extra files. SIM_EXTRA_CLEAN =3D =20 # Every time a new general purpose source file was added every target's -# Makefile.in needed to be updated to include the file in SIM_OBJS. +# Makefile.in needed to be updated to include the file. # This doesn't scale. # This variable specifies all the generic stuff common to the newer simula= tors. # Things like sim-reason.o can't go here as the cpu may provide its own # (though hopefully in time that won't be so). Things like sim-bits.o can= go # here. Some files are used by all simulators (e.g. callback.o). -# Those files are specified in LIB_OBJS below. =20 ## End COMMON_PRE_CONFIG_FRAG =20 @@ -124,9 +118,6 @@ BUILD_CFLAGS =3D $(CFLAGS_FOR_BUILD) $(CSEARCH) =20 COMMON_DEP_CFLAGS =3D $(CONFIG_CFLAGS) $(CSEARCH) $(SIM_EXTRA_CFLAGS) =20 -SIM_HW_DEVICES =3D $(SIM_HW_DEVICES_) $($(arch)_SIM_EXTRA_HW_DEVICES) -SIM_NEW_COMMON_OBJS =3D $(SIM_NEW_COMMON_OBJS_) $(SIM_HW_OBJS) - LIBIBERTY_LIB =3D ../../libiberty/libiberty.a BFD_LIB =3D ../../bfd/libbfd.la OPCODES_LIB =3D ../../opcodes/libopcodes.la @@ -134,31 +125,12 @@ LIBDEPS =3D $(BFD_LIB) $(OPCODES_LIB) $(LIBIBERTY_LIB) EXTRA_LIBS =3D $(BFD_LIB) $(OPCODES_LIB) $(LIBIBERTY_LIB) \ $(COMMON_LIBS) $(LIBGNU) $(LIBGNU_EXTRA_LIBS) =20 -COMMON_OBJS_NAMES =3D \ - callback.o \ - portability.o \ - sim-load.o \ - syscall.o \ - target-newlib-errno.o \ - target-newlib-open.o \ - target-newlib-signal.o \ - target-newlib-syscall.o \ - version.o -COMMON_OBJS =3D $(COMMON_OBJS_NAMES:%=3D../common/%) - -LIB_OBJS =3D modules.o $(COMMON_OBJS) $(SIM_OBJS) - COMPILE_FOR_BUILD =3D $(CC_FOR_BUILD) $(BUILD_CFLAGS) LINK_FOR_BUILD =3D $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(LDFLAGS_FOR_BUILD) -o= $@ =20 RUNTESTFLAGS =3D =20 -all: $(SIM_LIBSIM) $(LIB_OBJS) $(SIM_RUN_OBJS) - -libsim.a: $(LIB_OBJS) - $(SILENCE) rm -f libsim.a - $(ECHO_AR) $(AR) $(AR_FLAGS) libsim.a $(LIB_OBJS) - $(ECHO_RANLIB) $(RANLIB) libsim.a +all: =20 # # Dependency tracking. Most of this is conditional on GNU Make being @@ -182,11 +154,6 @@ override COMPILE.pre =3D source=3D'$<' object=3D'$@' l= ibtool=3Dno \ override POSTCOMPILE =3D endif =20 -all_object_files =3D $(LIB_OBJS) $(SIM_RUN_OBJS) - -# Dependencies. --include $(patsubst %.o, $(DEPDIR)/%.Po, $(all_object_files)) - test-hw-events: $(srccom)/hw-events.c libsim.a $(ECHO_CCLD) $(LIBTOOL) $(AM_V_lt) --tag=3DCC --mode=3Dlink \ $(CC) $(ALL_CFLAGS) -DMAIN -o test-hw-events$(EXEEXT) \ @@ -194,7 +161,7 @@ test-hw-events: $(srccom)/hw-events.c libsim.a =20 # See sim_pre_argv_init and sim_module_install in sim-module.c for more de= tails. modules.c: stamp-modules ; @true -stamp-modules: Makefile $(SIM_OBJS:.o=3D.c) +stamp-modules: Makefile $(ECHO_STAMP) modules.c $(SILENCE) LANG=3DC ; export LANG ; \ LC_ALL=3DC ; export LC_ALL ; \ @@ -248,7 +215,6 @@ TAGS: force =20 mostlyclean clean: $(SIM_EXTRA_CLEAN) rm -f *.[oa] *~ core \ - run$(EXEEXT) libsim.a \ modules.c stamp-modules =20 distclean maintainer-clean realclean: clean diff --git a/sim/cr16/Makefile.in b/sim/cr16/Makefile.in index da5062dc39c..37a91c58531 100644 --- a/sim/cr16/Makefile.in +++ b/sim/cr16/Makefile.in @@ -16,7 +16,4 @@ # along with this program. If not, see . =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in index 142825fa26d..b1a2e83bad4 100644 --- a/sim/cris/Makefile.in +++ b/sim/cris/Makefile.in @@ -21,6 +21,4 @@ =20 arch =3D cris =20 -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in index 6f209a2db1f..15cfc21807d 100644 --- a/sim/d10v/Makefile.in +++ b/sim/d10v/Makefile.in @@ -16,7 +16,4 @@ # along with this program. If not, see . =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index 252427d4a38..58afbe1f747 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -18,9 +18,6 @@ =20 ## COMMON_PRE_CONFIG_FRAG =20 -SIM_LIBSIM =3D -SIM_RUN_OBJS =3D - READLINE_SRC =3D $(srcroot)/readline/readline =20 SIM_EXTRA_CFLAGS =3D $(READLINE_CFLAGS) diff --git a/sim/example-synacor/Makefile.in b/sim/example-synacor/Makefile= .in index cece1e543ca..a8e8fc7d2d5 100644 --- a/sim/example-synacor/Makefile.in +++ b/sim/example-synacor/Makefile.in @@ -16,7 +16,4 @@ # along with this program. If not, see . =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index 12af397f4c1..f577873c057 100644 --- a/sim/frv/Makefile.in +++ b/sim/frv/Makefile.in @@ -17,8 +17,6 @@ =20 ## COMMON_PRE_CONFIG_FRAG =20 -SIM_LIBSIM =3D - SIM_EXTRA_CFLAGS =3D @SIM_FRV_TRAPDUMP_FLAGS@ =20 # Some modules don't build cleanly yet. diff --git a/sim/ft32/Makefile.in b/sim/ft32/Makefile.in index a84512eaac4..50f497ebb9d 100644 --- a/sim/ft32/Makefile.in +++ b/sim/ft32/Makefile.in @@ -16,7 +16,4 @@ # along with this program. If not, see . =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in index 6843a400826..7d378cb970f 100644 --- a/sim/h8300/Makefile.in +++ b/sim/h8300/Makefile.in @@ -16,7 +16,4 @@ # along with this program. If not, see . =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in index b4679a48439..6114d0e96f3 100644 --- a/sim/iq2000/Makefile.in +++ b/sim/iq2000/Makefile.in @@ -16,9 +16,6 @@ # along with this program. If not, see . =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG =20 arch =3D iq2000 diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in index cee1935ba34..d34049a3682 100644 --- a/sim/lm32/Makefile.in +++ b/sim/lm32/Makefile.in @@ -5,6 +5,4 @@ =20 arch =3D lm32 =20 -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/m32c/Makefile.in b/sim/m32c/Makefile.in index cbe0c916e48..4c91e57dd2d 100644 --- a/sim/m32c/Makefile.in +++ b/sim/m32c/Makefile.in @@ -22,7 +22,4 @@ =20 SIM_EXTRA_CFLAGS =3D -DTIMER_A =20 -SIM_LIBSIM =3D -SIM_RUN_OBJS =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in index 08cda449ca1..bc7b8569479 100644 --- a/sim/m32r/Makefile.in +++ b/sim/m32r/Makefile.in @@ -21,8 +21,6 @@ =20 arch =3D m32r =20 -SIM_LIBSIM =3D - # Some modules don't build cleanly yet. cpu.o cpu2.o cpux.o m32r.o m32r2.o m32rx.o mloop.o mloop2.o mloopx.o sem.o= sim-if.o traps.o: SIM_WERROR_CFLAGS =3D =20 diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in index f67a94cf940..5c8ee196a6c 100644 --- a/sim/m68hc11/Makefile.in +++ b/sim/m68hc11/Makefile.in @@ -19,8 +19,6 @@ =20 arch =3D m68hc11 =20 -SIM_LIBSIM =3D - # We must use 32-bit addresses to support memory bank switching. # The WORD_BITSIZE is normally 16 but must be switched (temporarily) # to 32 to avoid a bug in the sim-common which uses 'unsigned_word' diff --git a/sim/mcore/Makefile.in b/sim/mcore/Makefile.in index 502e8a44a73..a16303ca259 100644 --- a/sim/mcore/Makefile.in +++ b/sim/mcore/Makefile.in @@ -16,7 +16,4 @@ # along with this program. If not, see . =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/microblaze/Makefile.in b/sim/microblaze/Makefile.in index 502e8a44a73..a16303ca259 100644 --- a/sim/microblaze/Makefile.in +++ b/sim/microblaze/Makefile.in @@ -16,7 +16,4 @@ # along with this program. If not, see . =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index c79a831dd78..8829e3d9b0e 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -5,8 +5,6 @@ =20 arch =3D mips =20 -SIM_LIBSIM =3D - # List of flags to always pass to $(CC). SIM_EXTRA_CFLAGS =3D @SIM_MIPS_SUBTARGET@ =20 diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in index 511d6b5824b..a545450fdc8 100644 --- a/sim/mn10300/Makefile.in +++ b/sim/mn10300/Makefile.in @@ -19,8 +19,6 @@ =20 arch =3D mn10300 =20 -SIM_LIBSIM =3D - # List of extra flags to always pass to $(CC). SIM_EXTRA_CFLAGS =3D \ -DPOLL_QUIT_INTERVAL=3D0x20 \ diff --git a/sim/moxie/Makefile.in b/sim/moxie/Makefile.in index d79426631ac..fd9beedbf1d 100644 --- a/sim/moxie/Makefile.in +++ b/sim/moxie/Makefile.in @@ -17,8 +17,6 @@ =20 ## COMMON_PRE_CONFIG_FRAG =20 -SIM_LIBSIM =3D - SIM_EXTRA_CFLAGS =3D -DDTB=3D"\"$(dtbdir)/moxie-gdb.dtb\"" =20 ## COMMON_POST_CONFIG_FRAG diff --git a/sim/msp430/Makefile.in b/sim/msp430/Makefile.in index 5cdf3096a7a..7960d863932 100644 --- a/sim/msp430/Makefile.in +++ b/sim/msp430/Makefile.in @@ -17,7 +17,4 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, US= A. =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in index 19eed022932..9df0e6d4fa6 100644 --- a/sim/or1k/Makefile.in +++ b/sim/or1k/Makefile.in @@ -18,8 +18,6 @@ =20 ## COMMON_PRE_CONFIG_FRAG =20 -SIM_LIBSIM =3D - SIM_EXTRA_CFLAGS =3D -DWITH_TARGET_WORD_BITSIZE=3D32 -DWITH_TARGET_WORD_MS= B=3D31 =20 ## COMMON_POST_CONFIG_FRAG diff --git a/sim/pru/Makefile.in b/sim/pru/Makefile.in index 9b2f2f0498a..214d2eea478 100644 --- a/sim/pru/Makefile.in +++ b/sim/pru/Makefile.in @@ -18,7 +18,4 @@ # along with this program. If not, see . =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/riscv/Makefile.in b/sim/riscv/Makefile.in index d85f078f250..e4631052349 100644 --- a/sim/riscv/Makefile.in +++ b/sim/riscv/Makefile.in @@ -17,8 +17,6 @@ =20 ## COMMON_PRE_CONFIG_FRAG =20 -SIM_LIBSIM =3D - SIM_EXTRA_CFLAGS =3D -DWITH_TARGET_WORD_BITSIZE=3D@SIM_RISCV_BITSIZE@ =20 ## COMMON_POST_CONFIG_FRAG diff --git a/sim/rl78/Makefile.in b/sim/rl78/Makefile.in index 0cc55baf3b5..f57356eb807 100644 --- a/sim/rl78/Makefile.in +++ b/sim/rl78/Makefile.in @@ -19,8 +19,4 @@ ### along with the GNU simulators; if not, see . =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D -SIM_RUN_OBJS =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in index c418da28944..0c4a1f6ab6b 100644 --- a/sim/rx/Makefile.in +++ b/sim/rx/Makefile.in @@ -22,7 +22,4 @@ =20 SIM_EXTRA_CFLAGS =3D @SIM_RX_CYCLE_ACCURATE_FLAGS@ =20 -SIM_LIBSIM =3D -SIM_RUN_OBJS =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in index ceb4878d285..8abf705126b 100644 --- a/sim/sh/Makefile.in +++ b/sim/sh/Makefile.in @@ -16,7 +16,4 @@ # along with this program. If not, see . =20 ## COMMON_PRE_CONFIG_FRAG - -SIM_LIBSIM =3D - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index 61df283a31c..dc319dca70a 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -17,8 +17,6 @@ =20 ## COMMON_PRE_CONFIG_FRAG =20 -SIM_LIBSIM =3D - SIM_EXTRA_CFLAGS =3D -DWITH_TARGET_WORD_BITSIZE=3D32 -DWITH_TARGET_WORD_MS= B=3D31 =20 ## COMMON_POST_CONFIG_FRAG