diff options
author | grant <grant> | 2004-07-03 20:53:47 +0000 |
---|---|---|
committer | grant <grant> | 2004-07-03 20:53:47 +0000 |
commit | 7f26e5c12c79e32eb42403cb5e82c9bb265ac930 (patch) | |
tree | 5211eefc5da7c45b943463fed3acd40bea3d861c /mk | |
parent | f42863716f353c0338b41fff84ce63e713a6162e (diff) | |
download | pkgsrc-7f26e5c12c79e32eb42403cb5e82c9bb265ac930.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 |