pkgsrc/mk/buildlink3/ld-post-cache
jlam 841b57441b Merge pkgviews-mk branch into the HEAD by running:
cd pkgsrc/mk
	cvs update -Pd -A
	cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk
2003-09-02 06:59:37 +00:00

11 lines
324 B
Text

# $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