summaryrefslogtreecommitdiff
path: root/mk/platform/Bitrig.mk
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-03-10 16:58:19 +0000
committerjperkin <jperkin>2016-03-10 16:58:19 +0000
commit291627cced593b07645c62fd20cd781c9d99979b (patch)
tree49519c5ca0aa2ab0672f759942d3e1b886fab2c4 /mk/platform/Bitrig.mk
parentad22d8e36d9fbbe808ab7c17098f245e5ae8a735 (diff)
downloadpkgsrc-291627cced593b07645c62fd20cd781c9d99979b.tar.gz
Remove _OPSYS_WHOLE_ARCHIVE_FLAG and _OPSYS_NO_WHOLE_ARCHIVE_FLAG, these
variables are unused and in at least one case were completely wrong anyway.
Diffstat (limited to 'mk/platform/Bitrig.mk')
-rw-r--r--mk/platform/Bitrig.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/platform/Bitrig.mk b/mk/platform/Bitrig.mk
index 62375ac759c..04db99d821f 100644
--- a/mk/platform/Bitrig.mk
+++ b/mk/platform/Bitrig.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Bitrig.mk,v 1.2 2015/11/07 23:46:28 sevan Exp $
+# $NetBSD: Bitrig.mk,v 1.3 2016/03/10 16:58:19 jperkin Exp $
#
# Variable definitions for the Bitrig operating system.
@@ -49,11 +49,6 @@ _PATCH_CAN_BACKUP= yes # native patch(1) can make backups
_PATCH_BACKUP_ARG?= -V simple -z # 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
-
_STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U-s} # cc(1) option to strip
_STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip