diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-27 07:27:53 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-27 07:27:53 +0000 |
commit | ba0fc90356c4355432acda88e10fc2cf4dcb6538 (patch) | |
tree | 6035a8b4690c7b00e1ca0c378eb56398c5a61c3e /share | |
parent | f51a7e9e921a1efa26587360eab50136997540b6 (diff) |
Enable shared libs on sparc64.
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index e62f0998f54..a6c47573b17 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.58 2001/09/25 13:04:30 drahn Exp $ +# $OpenBSD: bsd.own.mk,v 1.59 2001/09/27 07:27:52 art Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -108,7 +108,7 @@ STATIC?= -static # don't try to generate PIC versions of libraries on machines # which don't support PIC. -.if (${MACHINE_ARCH} == "vax") || (${MACHINE_ARCH} == "sparc64") || \ +.if (${MACHINE_ARCH} == "vax") || \ (${MACHINE_ARCH} == "hppa") || (${MACHINE_ARCH} == "m88k") NOPIC= .endif |