public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Richard Sandiford <rsandifo@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/vendors/ARM/heads/morello)] aarch64: Add more entries to MULTILIB_DIRNAMES
Date: Mon, 28 Mar 2022 10:07:41 +0000 (GMT)	[thread overview]
Message-ID: <20220328100741.C7857385781D@sourceware.org> (raw)

https://gcc.gnu.org/g:be8a51290350dd96ae887fe39b1564433274b847

commit be8a51290350dd96ae887fe39b1564433274b847
Author: Richard Sandiford <richard.sandiford@arm.com>
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 \


                 reply	other threads:[~2022-03-28 10:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220328100741.C7857385781D@sourceware.org \
    --to=rsandifo@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).