summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoris <is@NetBSD.org>1998-12-12 20:20:42 +0000
committeris <is@NetBSD.org>1998-12-12 20:20:42 +0000
commit522ca75f7fdba99ba3a6192bb14ea33a4c5bda7f (patch)
treeae6a66211115f5fdf8e8dcafad61eb6d473ac5e6
parenta6d4afba22f6e38a7f400807af3d02c6c457f091 (diff)
Switch Amiga port to egcs.
-rw-r--r--share/mk/bsd.own.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 1e0039881d3..69c38a39940 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.106 1998/12/02 14:12:23 tsubai Exp $
+# $NetBSD: bsd.own.mk,v 1.107 1998/12/12 20:20:42 is Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -116,7 +116,9 @@ OBJECT_FMT?=a.out
.endif
# Some platforms are already transitioned to egcs.
+# XXX should switch all of m68k, as soon as !amiga is verified.
.if (${MACHINE_ARCH} == "alpha") || \
+ (${MACHINE} == "amiga") || \
(${MACHINE_ARCH} == "arm32") || \
(${MACHINE_ARCH} == "i386") || \
(${MACHINE_ARCH} == "ns32k") || \