summaryrefslogtreecommitdiff
path: root/mk/platform/NetBSD.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/platform/NetBSD.mk')
-rw-r--r--mk/platform/NetBSD.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/platform/NetBSD.mk b/mk/platform/NetBSD.mk
index 784ad534dab..c2666e2df37 100644
--- a/mk/platform/NetBSD.mk
+++ b/mk/platform/NetBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.45 2015/08/10 21:44:34 khorben Exp $
+# $NetBSD: NetBSD.mk,v 1.46 2016/03/10 16:58:19 jperkin Exp $
#
# Variable definitions for the NetBSD operating system.
@@ -76,11 +76,6 @@ _PATCH_CAN_BACKUP= yes # native patch(1) can make backups
_PATCH_BACKUP_ARG?= -V simple --suffix # switch to patch(1) for backup suffix
_USE_RPATH= yes # add rpath to LDFLAGS
-# flags passed to the linker to extract all symbols from static archives.
-# this is GNU ld.
-_OPSYS_WHOLE_ARCHIVE_FLAG= -Wl,--whole-archive
-_OPSYS_NO_WHOLE_ARCHIVE_FLAG= -Wl,--no-whole-archive
-
# for programs which use dlopen()
# not necessary since 1.6 (shared libs are linked against libgcc_pic)
.if !empty(OS_VERSION:M1.5*)