public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/ARM/heads/morello)] aarch64: Add more entries to MULTILIB_DIRNAMES
@ 2022-03-28 10:07 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2022-03-28 10:07 UTC (permalink / raw)
  To: gcc-cvs

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 \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-28 10:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28 10:07 [gcc(refs/vendors/ARM/heads/morello)] aarch64: Add more entries to MULTILIB_DIRNAMES Richard Sandiford

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).