Source-Changes-HG archive

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

[src/trunk]: src/share/mk sh64 -> sh5, which matches the names that the NetBS...



details:   https://anonhg.NetBSD.org/src/rev/83ea37c43100
branches:  trunk
changeset: 539816:83ea37c43100
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Nov 26 19:30:13 2002 +0000

description:
sh64 -> sh5, which matches the names that the NetBSD-targeted GNU
toolchain uses for 32-bit SH5.  OK'd by steve.

diffstat:

 share/mk/bsd.own.mk |  16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diffs (50 lines):

diff -r 6d04a7ad9a5f -r 83ea37c43100 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Nov 26 19:27:09 2002 +0000
+++ b/share/mk/bsd.own.mk       Tue Nov 26 19:30:13 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.316 2002/10/22 18:48:29 perry Exp $
+#      $NetBSD: bsd.own.mk,v 1.317 2002/11/26 19:30:13 thorpej Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -327,16 +327,14 @@
 .endif
 
 # The sh3 port is incomplete.
-.if ${MACHINE_CPU} == "sh3" && !defined(HAVE_GCC3)
+.if ${MACHINE_CPU} == "sh3"
 NOPIC=         # defined
 .endif
 
 # The sh5 port is incomplete.
-.if ${MACHINE_CPU} == "sh5" && !defined(HAVE_GCC3)
+.if ${MACHINE_CPU} == "sh5"
 NOPIC=         # defined
 NOPROFILE=     # defined
-NOLINT=                # defined
-NOGCCERROR=    # defined - The SuperH Gnu C compiler is too pedantic in places
 .endif
 
 # The m68000 port is incomplete.
@@ -365,8 +363,8 @@
 GNU_ARCH.m68000=m68010
 GNU_ARCH.sh3eb=sh
 GNU_ARCH.sh3el=shle
-GNU_ARCH.sh5eb=sh64
-GNU_ARCH.sh5el=sh64le
+GNU_ARCH.sh5eb=sh5
+GNU_ARCH.sh5el=sh5le
 MACHINE_GNU_ARCH=${GNU_ARCH.${MACHINE_ARCH}:U${MACHINE_ARCH}}
 
 # In order to identify NetBSD to GNU packages, we sometimes need
@@ -380,8 +378,8 @@
      ${MACHINE_ARCH} == "m68000" || \
      ${MACHINE_GNU_ARCH} == "sh" || \
      ${MACHINE_GNU_ARCH} == "shle" || \
-     ${MACHINE_GNU_ARCH} == "sh64" || \
-     ${MACHINE_GNU_ARCH} == "sh64le" || \
+     ${MACHINE_GNU_ARCH} == "sh5" || \
+     ${MACHINE_GNU_ARCH} == "sh5le" || \
      ${MACHINE_ARCH} == "sparc" || \
      ${MACHINE_ARCH} == "vax")
 MACHINE_GNU_PLATFORM=${MACHINE_GNU_ARCH}--netbsdelf



Home | Main Index | Thread Index | Old Index