From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 780913858C20; Tue, 10 Jan 2023 06:26:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 780913858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673331988; bh=sa2jnp6Sjp4dHgVuLsNsvwz9Ze2S1n/VBTcxUoh771s=; h=From:To:Subject:Date:From; b=xRQBIOFnUV4qCCSk4gzZJ1wHiE5Z87kIcx/hIh07jhS4T/xmLoMddL031zOxYcgE2 cyJYddtiRNKp96jJNSAUn4NjTrwGI8LG8vW3tu+YMnRx+JIjquIAFwZkxddqI/H66N wUY+upRauXe4eXqiMniWu+V0v+Reku/h/u1iv20E= 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: example-synacor: 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: 304195bcf89dc48c7a61b45beb1c2484908ae91c X-Git-Newrev: 8ba643c31e8cc1708b70be5c5fafbcc455492427 Message-Id: <20230110062628.780913858C20@sourceware.org> Date: Tue, 10 Jan 2023 06:26:28 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D8ba643c31e8c= c1708b70be5c5fafbcc455492427 commit 8ba643c31e8cc1708b70be5c5fafbcc455492427 Author: Mike Frysinger Date: Sun Jan 1 13:42:43 2023 -0500 sim: example-synacor: move arch-specific file compilation to top-level Diff: --- sim/Makefile.in | 3 --- sim/example-synacor/local.mk | 3 --- 2 files changed, 6 deletions(-) diff --git a/sim/Makefile.in b/sim/Makefile.in index f7a693b9d42..3eebde764c9 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -4879,9 +4879,6 @@ testsuite/common/bits64m63.c: testsuite/common/bits-g= en$(EXEEXT) testsuite/commo @SIM_ENABLE_ARCH_erc32_TRUE@ rm -f $(DESTDIR)$(bindir)/sis @SIM_ENABLE_ARCH_examples_TRUE@$(example_synacor_libsim_a_OBJECTS) $(examp= le_synacor_libsim_a_LIBADD): example-synacor/hw-config.h =20 -@SIM_ENABLE_ARCH_examples_TRUE@example-synacor/%.o: example-synacor/%.c -@SIM_ENABLE_ARCH_examples_TRUE@ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D)= $(@F) - @SIM_ENABLE_ARCH_examples_TRUE@example-synacor/%.o: common/%.c @SIM_ENABLE_ARCH_examples_TRUE@ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D)= $(@F) @SIM_ENABLE_ARCH_frv_TRUE@$(frv_libsim_a_OBJECTS) $(frv_libsim_a_LIBADD): = frv/hw-config.h diff --git a/sim/example-synacor/local.mk b/sim/example-synacor/local.mk index 9f00eebc26e..f1d4974be2a 100644 --- a/sim/example-synacor/local.mk +++ b/sim/example-synacor/local.mk @@ -29,9 +29,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)