public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Arm: break gas dependency on libopcodes
@ 2022-12-19  8:23 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2022-12-19  8:23 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba

commit 8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba
Author: Jan Beulich <jbeulich@suse.com>
Date:   Mon Dec 19 09:23:13 2022 +0100

    Arm: break gas dependency on libopcodes
    
    gas doesn't use anything from libopcodes (anymore?) - suppress linking
    in that library.

Diff:
---
 gas/configure    | 2 +-
 gas/configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gas/configure b/gas/configure
index 1b53c03d04f..4e9bbd9dfdc 100755
--- 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)
 	;;
 
       *)
diff --git a/gas/configure.ac b/gas/configure.ac
index 7a238b6a0f3..787ee53f021 100644
--- 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-19  8:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-19  8:23 [binutils-gdb] 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).