Arm: break gas dependency on libopcodes
authorJan Beulich <jbeulich@suse.com>
Mon, 19 Dec 2022 08:23:13 +0000 (09:23 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 19 Dec 2022 08:23:13 +0000 (09:23 +0100)
gas doesn't use anything from libopcodes (anymore?) - suppress linking
in that library.

gas/configure
gas/configure.ac

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