public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Arm: break gas dependency on libopcodes
@ 2022-12-13 15:31 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2022-12-13 15:31 UTC (permalink / raw)
  To: Binutils; +Cc: Nick Clifton, ramana.radhakrishnan, Richard Earnshaw

gas doesn't use anything from libopcodes (anymore?) - suppress linking
in that library.

--- a/gas/configure
+++ b/gas/configure
@@ -12263,7 +12263,7 @@ _ACEOF
 
     # Do we need the opcodes library?
     case ${cpu_type} in
-      vax | tic30 | i386)
+      vax | tic30 | i386 | arm)
 	;;
 
       *)
--- a/gas/configure.ac
+++ b/gas/configure.ac
@@ -420,7 +420,7 @@ changequote([,])dnl
 
     # Do we need the opcodes library?
     case ${cpu_type} in
-      vax | tic30 | i386)
+      vax | tic30 | i386 | arm)
 	;;
 
       *)

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

only message in thread, other threads:[~2022-12-13 15:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-13 15:31 [PATCH] Arm: break gas dependency on libopcodes Jan Beulich

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