Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk No shared libraries on ns32k at the moment - set *P...
details: https://anonhg.NetBSD.org/src/rev/7458e8272e45
branches: trunk
changeset: 556092:7458e8272e45
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Dec 07 12:56:45 2003 +0000
description:
No shared libraries on ns32k at the moment - set *PICFLAGS to nothing.
diffstat:
share/mk/bsd.lib.mk | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 89e7ce9a1a41 -r 7458e8272e45 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk Sun Dec 07 12:53:58 2003 +0000
+++ b/share/mk/bsd.lib.mk Sun Dec 07 12:56:45 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.lib.mk,v 1.241 2003/11/13 05:56:30 matt Exp $
+# $NetBSD: bsd.lib.mk,v 1.242 2003/12/07 12:56:45 simonb Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.include <bsd.init.mk>
@@ -137,6 +137,15 @@
# so we have to work around the -nostdlib:
LDADD+= -L${_GCC_LIBGCCDIR} -lgcc_pic
+.elif ${MACHINE_ARCH} == "ns32k"
+
+# XXX no shared libraries yet on ns32k
+FPICFLAGS?=
+CPICFLAGS?=
+CPPPICFLAGS?=
+CAPICFLAGS?=
+APICFLAGS?=
+
.else
# Platform-independent flags for NetBSD a.out shared libraries
Home |
Main Index |
Thread Index |
Old Index