mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
14 lines
291 B
C
14 lines
291 B
C
$NetBSD$
|
|
|
|
--- bfd/aoutx.h.orig Tue May 1 16:07:33 2012
|
|
+++ bfd/aoutx.h
|
|
@@ -762,7 +762,7 @@ NAME (aout, machine_type) (enum bfd_architecture arch,
|
|
break;
|
|
|
|
case bfd_arch_arm:
|
|
- if (machine == 0)
|
|
+ if (machine == 0 || machine == 5)
|
|
arch_flags = M_ARM;
|
|
break;
|
|
|