Source-Changes-HG archive

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

[src/netbsd-1-5]: src/share/mk Approved by thorpej:



details:   https://anonhg.NetBSD.org/src/rev/2457e077125b
branches:  netbsd-1-5
changeset: 488755:2457e077125b
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Jul 26 23:58:07 2000 +0000

description:
Approved by thorpej:
Build shared libraries on sparc64.

sharesrc/share/mk/bsd.own.mk                            1.139 -> 1.140

diffstat:

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

diffs (17 lines):

diff -r 2e5b1af35c03 -r 2457e077125b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Jul 26 23:57:06 2000 +0000
+++ b/share/mk/bsd.own.mk       Wed Jul 26 23:58:07 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.136.4.2 2000/06/29 23:51:22 thorpej Exp $
+#      $NetBSD: bsd.own.mk,v 1.136.4.3 2000/07/26 23:58:07 mycroft Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -78,7 +78,6 @@
 # The sparc64 port is incomplete.
 .if ${MACHINE_ARCH} == "sparc64"
 NOPROFILE=1
-NOPIC=1
 NOLINT=1
 .endif
 



Home | Main Index | Thread Index | Old Index