Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Don't add -DBIGPIC to APICFLAGS.
details: https://anonhg.NetBSD.org/src/rev/ab66e4508beb
branches: trunk
changeset: 526613:ab66e4508beb
user: eeh <eeh%NetBSD.org@localhost>
date: Tue May 07 02:06:32 2002 +0000
description:
Don't add -DBIGPIC to APICFLAGS.
diffstat:
share/mk/bsd.lib.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 303714823f79 -r ab66e4508beb share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk Tue May 07 02:04:26 2002 +0000
+++ b/share/mk/bsd.lib.mk Tue May 07 02:06:32 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.lib.mk,v 1.202 2002/05/07 01:45:45 eeh Exp $
+# $NetBSD: bsd.lib.mk,v 1.203 2002/05/07 02:06:32 eeh Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.include <bsd.init.mk>
@@ -122,7 +122,7 @@
CPICFLAGS ?= -fPIC -DPIC
CPPPICFLAGS?= -DPIC -DBIGPIC
CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS}
-APICFLAGS ?= -KPIC -DBIGPIC
+APICFLAGS ?= -KPIC
.else
Home |
Main Index |
Thread Index |
Old Index