pkgsrc-ng/devel/binutils/patches/patch-opcodes_configure
2014-08-11 13:28:49 +02:00

20 lines
671 B
Plaintext

$NetBSD$
--- opcodes/configure.orig Tue Sep 4 14:21:07 2012
+++ opcodes/configure
@@ -12551,6 +12551,14 @@ if test x${all_targets} = xfalse ; then
# specified, as in sh3-elf, sh3b-linux-gnu, etc.
# Include it just for ELF targets, since the SH5 bfd:s are ELF only.
for t in $target $canon_targets; do
+ # For NetBSD we do NOT want SH5 support unless sh5 or sh64
+ # is specified
+ case $t in
+ sh5*-* | sh64*-*) # let the case below handle it
+ ;;
+ sh*-*-netbsd* | sh*l*-*-netbsd*)
+ continue ;;
+ esac
case $t in
all | sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \
sh-*-linux* | shl-*-linux*)