public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* kvx-linux config
@ 2023-08-22  0:03 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2023-08-22  0:03 UTC (permalink / raw)
  To: binutils

A misplaced line, resulting in testsuite errors when attempting to use
as -m32.

	* config.bfd (kvx-*-linux*): Add targ_selvecs.
	(kvx-*-*): Remove targ_selvecs.

diff --git a/bfd/config.bfd b/bfd/config.bfd
index 29f1c77e11f..30927bdbe23 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -801,13 +801,13 @@ case "${targ}" in
 #ifdef BFD64
   kvx-*-linux*)
     targ_defvec=kvx_elf64_vec
+    targ_selvecs=kvx_elf32_vec
     want64=true
     ;;
 #endif
 
   kvx-*-*)
     targ_defvec=kvx_elf32_vec
-    targ_selvecs="kvx_elf32_vec"
 #ifdef BFD64
     targ64_selvecs=kvx_elf64_vec
 #endif

-- 
Alan Modra
Australia Development Lab, IBM

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

only message in thread, other threads:[~2023-08-22  0:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-22  0:03 kvx-linux config Alan Modra

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