From: Jan Beulich Date: Mon, 12 Dec 2022 07:47:52 +0000 (+0100) Subject: x86: break gas dependency on libopcodes X-Git-Tag: gdb-13-branchpoint~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27cf5a35ce9698e60063eb0acf2e8c31143bd4bf;p=thirdparty%2Fbinutils-gdb.git x86: break gas dependency on libopcodes gas doesn't use anything from libopcodes anymore - suppress linking in that library. --- 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) ;; *)