diff options
author | grant <grant@pkgsrc.org> | 2004-07-03 20:53:47 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-03 20:53:47 +0000 |
commit | 456c546037acc186b2cc0d2d83dd97090fe117f1 (patch) | |
tree | 5211eefc5da7c45b943463fed3acd40bea3d861c /mk | |
parent | 61d3b15bc953552f4732bc9fd8116c3ee7f45b56 (diff) | |
download | pkgsrc-456c546037acc186b2cc0d2d83dd97090fe117f1.tar.gz |
fix typo and slight botch up in last
Diffstat (limited to 'mk')
-rw-r--r-- | mk/buildlink3/sunpro-cc-post-logic | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/buildlink3/sunpro-cc-post-logic b/mk/buildlink3/sunpro-cc-post-logic index 9f0562cb6c0..3d6947f10eb 100644 --- a/mk/buildlink3/sunpro-cc-post-logic +++ b/mk/buildlink3/sunpro-cc-post-logic @@ -1,4 +1,4 @@ -# $NetBSD: sunpro-cc-post-logic,v 1.9 2004/07/03 20:39:26 salo Exp $ +# $NetBSD: sunpro-cc-post-logic,v 1.10 2004/07/03 20:53:47 grant Exp $ # # Silently accept some GCC compiler arguments by silently converting # them to the SunPro compiler equivalents. This makes the SunPro @@ -68,8 +68,8 @@ case $arg in addtoprivatecache=yes ;; -static) - # Solaris' linked uses -Bstatic to create static objects. + # Solaris' linker uses -Bstatic to create static objects. # arg=-Bstatic - addtoprivatecacheżes + addtoprivatecache=yes esac |