From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id CAED93858C27; Tue, 10 Jan 2023 06:25:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CAED93858C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673331942; bh=UeR3ECDvlkp3Hxk36+UjpiEdP2nd6cCqH0xOv8eUK9s=; h=From:To:Subject:Date:From; b=uiRkUZmfjAYI8BR5AKN65nP0EfVimmKECsg8pbpgwZeROrtb38+I70AT4XvuoiJn6 XThBTUyUkEbNTnwCvHcIjuTnDGFLidZiBr28ttxjmjWZEJxLLyFD3BtMqTZrgseI96 EWlOxJAwTY8jwlnk9M8FLA1bCQcrmgZ674eNkAZc= 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: aarch64: 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: bc438b3e5931e7af87bf51b1365d9401cd69d519 X-Git-Newrev: b3e1c5d43d76311aa8da728a53e5d3998efb15b3 Message-Id: <20230110062542.CAED93858C27@sourceware.org> Date: Tue, 10 Jan 2023 06:25:42 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Db3e1c5d43d76= 311aa8da728a53e5d3998efb15b3 commit b3e1c5d43d76311aa8da728a53e5d3998efb15b3 Author: Mike Frysinger Date: Sun Nov 6 10:59:27 2022 +0700 sim: aarch64: move arch-specific file compilation to top-level Diff: --- sim/Makefile.in | 3 --- sim/aarch64/local.mk | 3 --- 2 files changed, 6 deletions(-) diff --git a/sim/Makefile.in b/sim/Makefile.in index 6f2042a3523..69d085bc69c 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -4685,9 +4685,6 @@ testsuite/common/bits64m63.c: testsuite/common/bits-g= en$(EXEEXT) testsuite/commo $(AM_V_at)mv $@.tmp $@ @SIM_ENABLE_ARCH_aarch64_TRUE@$(aarch64_libsim_a_OBJECTS) $(aarch64_libsim= _a_LIBADD): aarch64/hw-config.h =20 -@SIM_ENABLE_ARCH_aarch64_TRUE@aarch64/%.o: aarch64/%.c -@SIM_ENABLE_ARCH_aarch64_TRUE@ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) = $(@F) - @SIM_ENABLE_ARCH_aarch64_TRUE@aarch64/%.o: common/%.c @SIM_ENABLE_ARCH_aarch64_TRUE@ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) = $(@F) @SIM_ENABLE_ARCH_arm_TRUE@$(arm_libsim_a_OBJECTS) $(arm_libsim_a_LIBADD): = arm/hw-config.h diff --git a/sim/aarch64/local.mk b/sim/aarch64/local.mk index c986602449a..bbd832de19d 100644 --- a/sim/aarch64/local.mk +++ b/sim/aarch64/local.mk @@ -31,9 +31,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)