From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 7C2163858C20; Tue, 10 Jan 2023 06:27:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C2163858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673332059; bh=m6sKIBbJ4mFZZwvNOcdeT+ADV7CSjp9UD8OCL8FTaW4=; h=From:To:Subject:Date:From; b=gKVTUDTafLaFWdgdCG3/j3UNiBwARnTiVPhFs87HKAOZL4f+VPhUUJlVKhS7lgZo5 nFsOqc+GB1ivCiMs7LS8OTKkDZ8f3U7JU/L21ltRG6B1nydCtCl7h1DQqY+aHt4NFU r5Jb4sD8bjsD1S5zf+qUJ7aosBOBxcNS57SDpHZA= 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: msp430: move arch-specific file compilation to top-level X-Act-Checkin: binutils-gdb X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: ae0411a4858e7e55d2f31dde5a66cdaf9d463a26 X-Git-Newrev: 4fff443a1149a5264eb41e504a360b0b1d0612f6 Message-Id: <20230110062739.7C2163858C20@sourceware.org> Date: Tue, 10 Jan 2023 06:27:39 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D4fff443a1149= a5264eb41e504a360b0b1d0612f6 commit 4fff443a1149a5264eb41e504a360b0b1d0612f6 Author: Mike Frysinger Date: Sun Jan 1 14:20:42 2023 -0500 sim: msp430: move arch-specific file compilation to top-level Diff: --- sim/Makefile.in | 3 --- sim/msp430/local.mk | 3 --- 2 files changed, 6 deletions(-) diff --git a/sim/Makefile.in b/sim/Makefile.in index ab68081e49b..c4de9760b02 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -5351,9 +5351,6 @@ testsuite/common/bits64m63.c: testsuite/common/bits-g= en$(EXEEXT) testsuite/commo @SIM_ENABLE_ARCH_moxie_TRUE@ fi @SIM_ENABLE_ARCH_msp430_TRUE@$(msp430_libsim_a_OBJECTS) $(msp430_libsim_a_= LIBADD): msp430/hw-config.h =20 -@SIM_ENABLE_ARCH_msp430_TRUE@msp430/%.o: msp430/%.c -@SIM_ENABLE_ARCH_msp430_TRUE@ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $= (@F) - @SIM_ENABLE_ARCH_msp430_TRUE@msp430/%.o: common/%.c @SIM_ENABLE_ARCH_msp430_TRUE@ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $= (@F) @SIM_ENABLE_ARCH_or1k_TRUE@$(or1k_libsim_a_OBJECTS) $(or1k_libsim_a_LIBADD= ): or1k/hw-config.h diff --git a/sim/msp430/local.mk b/sim/msp430/local.mk index 772d12f0a17..0d9e8c2147f 100644 --- a/sim/msp430/local.mk +++ b/sim/msp430/local.mk @@ -28,9 +28,6 @@ $(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-co= nfig.h =20 noinst_LIBRARIES +=3D %D%/libsim.a =20 -%D%/%.o: %D%/%.c - $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) - %D%/%.o: common/%.c $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)