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

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

commit 27cf5a35ce9698e60063eb0acf2e8c31143bd4bf
Author: Jan Beulich <jbeulich@suse.com>
Date:   Mon Dec 12 08:47:52 2022 +0100

    x86: 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 57c1fa3557e..1b53c03d04f 100755
--- a/gas/configure
+++ b/gas/configure
@@ -12263,7 +12263,7 @@ _ACEOF
 
     # Do we need the opcodes library?
     case ${cpu_type} in
-      vax | tic30)
+      vax | tic30 | i386)
 	;;
 
       *)
diff --git a/gas/configure.ac b/gas/configure.ac
index feb43399ce8..7a238b6a0f3 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)
+      vax | tic30 | i386)
 	;;
 
       *)

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

only message in thread, other threads:[~2022-12-12  7:49 UTC | newest]

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