diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-02 06:59:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-02 06:59:37 +0000 |
commit | 841b57441b803acb6edd290521d4343593e7e175 (patch) | |
tree | 84e91cd88c93c01f847527b25d244510cb5b95db /mk/buildlink3/ld-post-cache | |
parent | 97e17132ab11f03e7cfe511b3e6188812a6c47e4 (diff) | |
download | pkgsrc-841b57441b803acb6edd290521d4343593e7e175.tar.gz |
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
Diffstat (limited to 'mk/buildlink3/ld-post-cache')
-rw-r--r-- | mk/buildlink3/ld-post-cache | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mk/buildlink3/ld-post-cache b/mk/buildlink3/ld-post-cache new file mode 100644 index 00000000000..2e7c8eab3f6 --- /dev/null +++ b/mk/buildlink3/ld-post-cache @@ -0,0 +1,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 |