From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1130) id C7857385781D; Mon, 28 Mar 2022 10:07:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C7857385781D Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Richard Sandiford To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/ARM/heads/morello)] aarch64: Add more entries to MULTILIB_DIRNAMES X-Act-Checkin: gcc X-Git-Author: Richard Sandiford X-Git-Refname: refs/vendors/ARM/heads/morello X-Git-Oldrev: fa88b914595072a853672744abf2fc1715def42c X-Git-Newrev: be8a51290350dd96ae887fe39b1564433274b847 Message-Id: <20220328100741.C7857385781D@sourceware.org> Date: Mon, 28 Mar 2022 10:07:41 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2022 10:07:41 -0000 https://gcc.gnu.org/g:be8a51290350dd96ae887fe39b1564433274b847 commit be8a51290350dd96ae887fe39b1564433274b847 Author: Richard Sandiford Date: Tue Mar 15 11:09:38 2022 +0000 aarch64: Add more entries to MULTILIB_DIRNAMES MULTILIB_DIRNAMES needs to have the same number of entries as MULTILIB_OPTIONS. This was flagged up by using /bin/dash as the shell, where genmultilib shifted out more dirnames than had been provided. Diff: --- gcc/config/aarch64/t-aarch64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/aarch64/t-aarch64 b/gcc/config/aarch64/t-aarch64 index 276765e1b0d..a259933090e 100644 --- a/gcc/config/aarch64/t-aarch64 +++ b/gcc/config/aarch64/t-aarch64 @@ -184,7 +184,7 @@ ifeq ($(findstring purecap,$(MULTILIB_OPTIONS)), purecap) MULTILIB_REUSE = mabi.purecap/march.morello+c64=mabi.purecap/march.morello+c64+nolse endif -MULTILIB_DIRNAMES = $(subst $(comma), ,$(TM_MULTILIB_CONFIG)) +MULTILIB_DIRNAMES = $(subst $(comma), ,$(TM_MULTILIB_CONFIG)) c64 c64-nolse insn-conditions.md: s-check-sve-md s-check-sve-md: $(srcdir)/config/aarch64/check-sve-md.awk \