summaryrefslogtreecommitdiff
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2004-06-24 04:35:14 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2004-06-24 04:35:14 +0000
commit25b5d0c61452ba19e289b1d9e8edfa2e0c823b2c (patch)
tree5413fcd7494b841599f7146f1b05b24c645a30a9 /share/mk/bsd.own.mk
parent4a88fe60dd75ad8690bfc08e827049c40f9c91a3 (diff)
undo tree breakage, sorry
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r--share/mk/bsd.own.mk14
1 files changed, 2 insertions, 12 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 2b226359fbf..9bb118ce686 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.84 2004/06/22 19:50:01 pvalchev Exp $
+# $OpenBSD: bsd.own.mk,v 1.85 2004/06/24 04:35:13 pvalchev Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -116,20 +116,10 @@ STATIC?= -static
NOPIC=
.endif
-# pic relocation flags.
+#pic relocation flags.
.if (${MACHINE_ARCH} == "sparc64")
PICFLAG=-fPIC
-.else
-PICFLAG=-fpic
-. if ${MACHINE_ARCH} == "m68k"
-# Function CSE makes gas -k not recognize external function calls as lazily
-# resolvable symbols, thus sometimes making ld.so report undefined symbol
-# errors on symbols found in shared library members that would never be
-# called. Ask niklas@openbsd.org for details.
-PICFLAG+=-fno-function-cse
-. endif
.endif
-
.if (${MACHINE_ARCH} == "sparc64") || (${MACHINE_ARCH} == "sparc")
ASPICFLAG=-KPIC
.elif (${ELF_TOOLCHAIN:L} == "no")