summaryrefslogtreecommitdiff
path: root/mk/buildlink3/ld-post-cache
blob: 5fc49d8370c68f77b25dbd8c9c4eb65a5eb79678 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: ld-post-cache,v 1.1.2.2 2003/08/16 07:26:50 jlam Exp $
#
# This file implements the default action of the "ld" private cache,
# and tells the wrapper to skip the common cache lookup for all
# arguments that start with "-Wl,"; they will instead be handled
# directly by ld-post-logic.
#
-Wl,*)
	skipcache=yes
	;;
esac