diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-12-12 08:47:52 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-12-12 08:47:52 +0100 |
commit | 27cf5a35ce9698e60063eb0acf2e8c31143bd4bf (patch) | |
tree | c8a509545598c51adfa0f95f5d492ada811a8cbc /gas/configure | |
parent | bc30b54aef599ec9429044525b2d67f08e0d49a8 (diff) | |
download | gdb-27cf5a35ce9698e60063eb0acf2e8c31143bd4bf.zip gdb-27cf5a35ce9698e60063eb0acf2e8c31143bd4bf.tar.gz gdb-27cf5a35ce9698e60063eb0acf2e8c31143bd4bf.tar.bz2 |
x86: 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 57c1fa3..1b53c03 100755 --- a/gas/configure +++ b/gas/configure @@ -12263,7 +12263,7 @@ _ACEOF # Do we need the opcodes library? case ${cpu_type} in - vax | tic30) + vax | tic30 | i386) ;; *) |