summaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r--bfd/aoutx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h
index ef64bb1cf3..4fa529cf50 100644
--- a/bfd/aoutx.h
+++ b/bfd/aoutx.h
@@ -830,6 +830,10 @@ NAME(aout,machine_type) (arch, machine, unknown)
arch_flags = M_CRIS;
break;
+ case bfd_arch_m88k:
+ *unknown = FALSE;
+ break;
+
default:
arch_flags = M_UNKNOWN;
}