Source-Changes-HG archive

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

[src/trunk]: src/share/mk ns32k doesn't have a missing toolchain anymore, doe...



details:   https://anonhg.NetBSD.org/src/rev/e5404dcc79c6
branches:  trunk
changeset: 555984:e5404dcc79c6
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Dec 05 12:14:42 2003 +0000

description:
ns32k doesn't have a missing toolchain anymore, does support
gcc3 and always uses static libraries (for now...)

diffstat:

 share/mk/bsd.own.mk |  13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 8483e5b37daf -r e5404dcc79c6 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Dec 05 12:08:47 2003 +0000
+++ b/share/mk/bsd.own.mk       Fri Dec 05 12:14:42 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.399 2003/12/05 02:35:24 matt Exp $
+#      $NetBSD: bsd.own.mk,v 1.400 2003/12/05 12:14:42 simonb Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -21,8 +21,7 @@
 #
 # This lists the platforms which do not have working in-tree toolchains.
 #
-.if ${MACHINE_CPU} == "ns32k" || \
-    ${MACHINE_CPU} == "sh5"
+.if ${MACHINE_CPU} == "sh5"
 TOOLCHAIN_MISSING?=    yes
 .else
 TOOLCHAIN_MISSING=     no
@@ -33,8 +32,7 @@
 #
 # not working:
 #
-.if ${MACHINE_ARCH} == "pc532" || \
-    ${MACHINE_ARCH} == "sh3el" || \
+.if ${MACHINE_ARCH} == "sh3el" || \
     ${MACHINE_ARCH} == "sh3eb" || \
     ${MACHINE_ARCH} == "vax"
 HAVE_GCC3?=    no
@@ -414,10 +412,9 @@
 .endif
 
 #
-# If the ns32k port is using an external toolchain, shared libraries
-# are not yet supported.
+# Shared libraries are not supported on ns32k with current GNU tools.
 #
-.if ${MACHINE_ARCH} == "ns32k" && defined(EXTERNAL_TOOLCHAIN)
+.if ${MACHINE_ARCH} == "ns32k"
 NOPIC=         # defined
 .endif
 



Home | Main Index | Thread Index | Old Index