mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
x86: break gas dependency on libopcodes
gas doesn't use anything from libopcodes anymore - suppress linking in that library.
This commit is contained in:
parent
bc30b54aef
commit
27cf5a35ce
2
gas/configure
vendored
2
gas/configure
vendored
@ -12263,7 +12263,7 @@ _ACEOF
|
||||
|
||||
# Do we need the opcodes library?
|
||||
case ${cpu_type} in
|
||||
vax | tic30)
|
||||
vax | tic30 | i386)
|
||||
;;
|
||||
|
||||
*)
|
||||
|
@ -420,7 +420,7 @@ changequote([,])dnl
|
||||
|
||||
# Do we need the opcodes library?
|
||||
case ${cpu_type} in
|
||||
vax | tic30)
|
||||
vax | tic30 | i386)
|
||||
;;
|
||||
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user