Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Mark GCC3 for sh3el as "mostly working". Remaining...



details:   https://anonhg.NetBSD.org/src/rev/3e12716f62b3
branches:  trunk
changeset: 554329:3e12716f62b3
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Oct 27 01:35:12 2003 +0000

description:
Mark GCC3 for sh3el as "mostly working".  Remaining issues are
toolchain/22452 and toolchain/22489 (gcc's optimization/11937).

diffstat:

 share/mk/bsd.own.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 63e1dd4b0354 -r 3e12716f62b3 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Oct 27 01:29:58 2003 +0000
+++ b/share/mk/bsd.own.mk       Mon Oct 27 01:35:12 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.383 2003/10/27 01:29:58 uwe Exp $
+#      $NetBSD: bsd.own.mk,v 1.384 2003/10/27 01:35:12 uwe Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -35,10 +35,10 @@
 #
 #    ${MACHINE_ARCH} == "armeb" ||
 #    ${MACHINE_ARCH} == "m68000" ||
-#    ${MACHINE_ARCH} == "sh3el" ||
 #    ${MACHINE_ARCH} == "sh3eb" ||
 #    ${MACHINE_ARCH} == "vax" ||
-# mostly working,:
+# mostly working:
+#    ${MACHINE_ARCH} == "sh3el" ||
 .if ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "arm" || \
     ${MACHINE_ARCH} == "hppa" || \



Home | Main Index | Thread Index | Old Index