diff options
author | schmonz <schmonz> | 2002-12-27 20:34:53 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-12-27 20:34:53 +0000 |
commit | 94d9f2a0953d4141fe9e84a46d036198f36c2392 (patch) | |
tree | b1fe68e2f8c57a371e011f9974f5fad01dfa4fce | |
parent | d6af53f4637087602577748557a0aa887a79975e (diff) | |
download | pkgsrc-94d9f2a0953d4141fe9e84a46d036198f36c2392.tar.gz |
More ideas: _STRIPFLAG_CC, _STRIPFLAG_INSTALL, compiler optimization flags.
-rw-r--r-- | mk/buildlink2/buildlink2.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/buildlink2/buildlink2.txt b/mk/buildlink2/buildlink2.txt index 16d982baa3e..02372db738b 100644 --- a/mk/buildlink2/buildlink2.txt +++ b/mk/buildlink2/buildlink2.txt @@ -1,4 +1,4 @@ -$NetBSD: buildlink2.txt,v 1.8 2002/12/26 04:12:49 schmonz Exp $ +$NetBSD: buildlink2.txt,v 1.9 2002/12/27 20:34:53 schmonz Exp $ The buildlink2 framework is a departure from the original buildlink framework, which tried to do its work up-front before the configure @@ -24,7 +24,8 @@ To-do list: the "-no-cpp-precomp" switch to every compiler invocation by emitting it from the compiler wrapper. Likewise, the use of _USE_RPATH in bsd.pkg.mk might be better handled in - the linker wrapper. + the linker wrapper. More: _STRIPFLAG_CC, _STRIPFLAG_INSTALL, + compiler optimization flags. Here are some FAQs and answers regarding buildlink2: |