projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fdeb2a
)
Arm: break gas dependency on libopcodes
author
Jan Beulich
<jbeulich@suse.com>
Mon, 19 Dec 2022 08:23:13 +0000
(09:23 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Mon, 19 Dec 2022 08:23:13 +0000
(09:23 +0100)
gas doesn't use anything from libopcodes (anymore?) - suppress linking
in that library.
gas/configure
patch
|
blob
|
history
gas/configure.ac
patch
|
blob
|
history
diff --git
a/gas/configure
b/gas/configure
index 1b53c03d04fd005de86563937e2b489196d43007..4e9bbd9dfdc0f4ce4a6ed7f126236402794c81a0 100755
(executable)
--- 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 7a238b6a0f3b1875b80584b1dfc3a1009781aa9c..787ee53f0213de044338a365b41fa3430decd4b4 100644
(file)
--- 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
)
;;
*)