summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/wrapper/cmd-sink-hpux-ld7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/wrapper/cmd-sink-hpux-ld b/mk/wrapper/cmd-sink-hpux-ld
index 3554a670c1f..30083974f4d 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.2 2007/04/21 01:29:25 tnn Exp $
+# $NetBSD: cmd-sink-hpux-ld,v 1.3 2007/04/22 18:56:22 tnn Exp $
# Empty out the command buffer and build up the command line in $cmd.
hprunpath=
@@ -38,6 +38,11 @@ while ! queue_is_empty cmdbuf; do
esac
$debug_log $wrapperlog " (cmd-sink-hpux-ld) drop: $dir [adding to hprunpath]"
;;
+ # Handle linker optimization flag.
+ -O*|+O|+O?)
+ arg=-O
+ . $buildcmd
+ ;;
*)
. $buildcmd
;;