x86: break gas dependency on libopcodes
authorJan Beulich <jbeulich@suse.com>
Mon, 12 Dec 2022 07:47:52 +0000 (08:47 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 12 Dec 2022 07:47:52 +0000 (08:47 +0100)
gas doesn't use anything from libopcodes anymore - suppress linking in
that library.

gas/configure
gas/configure.ac

index 57c1fa3557e4f8f2512fe2275cc6c5f01a369c4c..1b53c03d04fd005de86563937e2b489196d43007 100755 (executable)
@@ -12263,7 +12263,7 @@ _ACEOF
 
     # Do we need the opcodes library?
     case ${cpu_type} in
-      vax | tic30)
+      vax | tic30 | i386)
        ;;
 
       *)
index feb43399ce80542dfe72dbb8de011765cc5143b1..7a238b6a0f3b1875b80584b1dfc3a1009781aa9c 100644 (file)
@@ -420,7 +420,7 @@ changequote([,])dnl
 
     # Do we need the opcodes library?
     case ${cpu_type} in
-      vax | tic30)
+      vax | tic30 | i386)
        ;;
 
       *)