summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorgrant <grant>2003-09-12 16:07:09 +0000
committergrant <grant>2003-09-12 16:07:09 +0000
commit73850d43edd15b5ad6f7b904a8813fb6ff08af37 (patch)
treecd5be2467dadec41ea727a58b0d266282f60031d /mk/bsd.prefs.mk
parent0695f16665ce7fdd3a026a18cb98c79f138c6598 (diff)
downloadpkgsrc-73850d43edd15b5ad6f7b904a8813fb6ff08af37.tar.gz
move a SunPro tweak to compiler.mk.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 77bb7b35c37..4278969cf0c 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.123 2003/09/12 10:49:31 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.124 2003/09/12 16:07:09 grant Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -394,12 +394,4 @@ WRKDIR?= ${BUILD_DIR}/${WRKDIR_BASENAME}
#
WRKLOG?= ${WRKDIR}/.work.log
-# Sun C++ compilers don't support passing ld flags with -Wl to CC.
-#
-.if defined(USE_SUNPRO)
-_COMPILER_LD_FLAG= # pattern for Sun compilers
-.else
-_COMPILER_LD_FLAG= -Wl, # pattern for GCC and others
-.endif
-
.endif # BSD_PKG_MK