summaryrefslogtreecommitdiff
path: root/mk/platform/QNX.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/platform/QNX.mk')
-rw-r--r--mk/platform/QNX.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/platform/QNX.mk b/mk/platform/QNX.mk
index ab7be92394c..01875625b3a 100644
--- a/mk/platform/QNX.mk
+++ b/mk/platform/QNX.mk
@@ -67,11 +67,6 @@ _PATCH_CAN_BACKUP= yes # native patch(1) can make backups
_PATCH_BACKUP_ARG?= -V simple -b -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