Change 34162 by [EMAIL PROTECTED] on 2008/07/29 16:15:17
Subject: [PATCH] Minor hints/linux.sh patch to allow setting -Doptimize
From: Andrew Dougherty <[EMAIL PROTECTED]>
Date: Tue, 29 Jul 2008 12:00:52 -0400 (EDT)
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/hints/linux.sh#67 edit
Differences ...
==== //depot/perl/hints/linux.sh#67 (text) ====
Index: perl/hints/linux.sh
--- perl/hints/linux.sh#66~33845~ 2008-05-17 07:29:24.000000000 -0700
+++ perl/hints/linux.sh 2008-07-29 09:15:17.000000000 -0700
@@ -97,7 +97,7 @@
esac
;;
*"Sun C"*)
- optimize='-xO2'
+ test "$optimize" || optimize='-xO2'
cccdlflags='-KPIC'
lddlflags='-G -Bdynamic'
# Sun C doesn't support gcc attributes, but, in many cases, doesn't
End of Patch.