summaryrefslogtreecommitdiff
path: root/mk/buildlink3/ld-post-cache
blob: 2e7c8eab3f67bad1fd7c6524625c8d66c7e0a3bb (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: ld-post-cache,v 1.2 2003/09/02 06:59:55 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