diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-03-10 16:58:19 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-03-10 16:58:19 +0000 |
commit | 84e07b4067c9a1652d59a20ea835b8e9e5dd11f5 (patch) | |
tree | 49519c5ca0aa2ab0672f759942d3e1b886fab2c4 /mk/platform/Minix.mk | |
parent | ececc304dbe70244bbe2e6ae2628c175658519dc (diff) | |
download | pkgsrc-84e07b4067c9a1652d59a20ea835b8e9e5dd11f5.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/Minix.mk')
-rw-r--r-- | mk/platform/Minix.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/platform/Minix.mk b/mk/platform/Minix.mk index f64d8615a75..908587a8339 100644 --- a/mk/platform/Minix.mk +++ b/mk/platform/Minix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Minix.mk,v 1.5 2013/04/28 12:53:56 obache Exp $ +# $NetBSD: Minix.mk,v 1.6 2016/03/10 16:58:19 jperkin Exp $ # # Variable definitions for the Minix operating system. @@ -41,11 +41,6 @@ _PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG?= -b -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 - _STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U-s} # cc(1) option to strip _STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip |