diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-12-19 09:23:13 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-12-19 09:23:13 +0100 |
commit | 8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba (patch) | |
tree | bddef486083c28a6c940d9956f1be336feb6b337 /gas/configure | |
parent | 4fdeb2a3799c0e04ef03b2128c33d756205f7d7d (diff) | |
download | gdb-8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba.zip gdb-8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba.tar.gz 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-x | gas/configure | 2 |
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) ;; *) |