aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2022-12-19 09:23:13 +0100
committerJan Beulich <jbeulich@suse.com>2022-12-19 09:23:13 +0100
commit8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba (patch)
treebddef486083c28a6c940d9956f1be336feb6b337 /gas/configure
parent4fdeb2a3799c0e04ef03b2128c33d756205f7d7d (diff)
downloadfsf-binutils-gdb-8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba.zip
fsf-binutils-gdb-8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba.tar.gz
fsf-binutils-gdb-8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba.tar.bz2
Arm: break gas dependency on libopcodes
gas doesn't use anything from libopcodes (anymore?) - suppress linking in that library.
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure b/gas/configure
index 1b53c03..4e9bbd9 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)
;;
*)