Arm: break gas dependency on libopcodes

Message ID 0adeda5c-0696-d3bf-499a-fd63e3a4f709@suse.com
State Accepted
Headers
Series Arm: break gas dependency on libopcodes |

Checks

Context Check Description
snail/binutils-gdb-check success Github commit url

Commit Message

Jan Beulich Dec. 13, 2022, 3:31 p.m. UTC
  gas doesn't use anything from libopcodes (anymore?) - suppress linking
in that library.
  

Patch

--- 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)
 	;;
 
       *)
--- 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)
 	;;
 
       *)