From: Jan Beulich Date: Mon, 19 Dec 2022 08:23:13 +0000 (+0100) Subject: Arm: break gas dependency on libopcodes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba;p=binutils-gdb.git Arm: 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 1b53c03d04f..4e9bbd9dfdc 100755 --- 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) ;; *) diff --git a/gas/configure.ac b/gas/configure.ac index 7a238b6a0f3..787ee53f021 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 | i386) + vax | tic30 | i386 | arm) ;; *)