diff options
Diffstat (limited to 'mk/wrapper')
-rw-r--r-- | mk/wrapper/cmd-sink-hpux-ld | 4 | ||||
-rw-r--r-- | mk/wrapper/transform-ccc-cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mk/wrapper/cmd-sink-hpux-ld b/mk/wrapper/cmd-sink-hpux-ld index 39804938032..51622064029 100644 --- a/mk/wrapper/cmd-sink-hpux-ld +++ b/mk/wrapper/cmd-sink-hpux-ld @@ -1,4 +1,4 @@ -# $NetBSD: cmd-sink-hpux-ld,v 1.5 2007/05/06 10:05:38 tnn Exp $ +# $NetBSD: cmd-sink-hpux-ld,v 1.6 2007/05/28 11:07:00 martti Exp $ # Empty out the command buffer and build up the command line in $cmd. hprunpath= @@ -61,7 +61,7 @@ if $test -n "$hprunpath"; then # the braindead HP-UX ld(1) which needs to relink binaries against libraries # in ${PREFIX} to get run paths correct. # NB: This is not optimal because it exposes the package to possibly unwanted -# libraries. (Ideally this should be done only in the installation phase.) +# libraries. (Ideally this should be done only in the installation phase.) ############################################################################## for dir in $hprunpathdirs do diff --git a/mk/wrapper/transform-ccc-cc b/mk/wrapper/transform-ccc-cc index 2fae5b90e9b..0dbe8b8ec83 100644 --- a/mk/wrapper/transform-ccc-cc +++ b/mk/wrapper/transform-ccc-cc @@ -1,4 +1,4 @@ -# $NetBSD: transform-ccc-cc,v 1.5 2007/04/28 21:32:30 tnn Exp $ +# $NetBSD: transform-ccc-cc,v 1.6 2007/05/28 11:07:01 martti Exp $ # transform_setname "transform-ccc-cc" @@ -10,7 +10,7 @@ case $arg in -[DILlU]?* |\ -O[01] ) transform_pass ;; -# -g3 is required if debugging is wanted while optimizing with -O2. +# -g3 is required if debugging is wanted while optimizing with -O2. -g ) transform_to "-g3" ;; # Directories for the runtime library search path are passed via |