x86: break gas dependency on libopcodes

gas doesn't use anything from libopcodes anymore - suppress linking in
that library.
This commit is contained in:
Jan Beulich 2022-12-12 08:47:52 +01:00
parent bc30b54aef
commit 27cf5a35ce
2 changed files with 2 additions and 2 deletions

2
gas/configure vendored
View File

@ -12263,7 +12263,7 @@ _ACEOF
# Do we need the opcodes library?
case ${cpu_type} in
vax | tic30)
vax | tic30 | i386)
;;
*)

View File

@ -420,7 +420,7 @@ changequote([,])dnl
# Do we need the opcodes library?
case ${cpu_type} in
vax | tic30)
vax | tic30 | i386)
;;
*)