From: Jarkko Hietaniemi Date: Wed, 22 Sep 1999 13:26:00 +0000 (+0000) Subject: Retract #4216 (Configure does take care of the problem.) X-Git-Tag: accepted/trunk/20130322.191538~34817^2~634 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=681f9a18945abe5b53ed23b1eaeb41edb9a59375;p=platform%2Fupstream%2Fperl.git Retract #4216 (Configure does take care of the problem.) p4raw-id: //depot/cfgperl@4217 --- diff --git a/hints/svr5.sh b/hints/svr5.sh index 476f2cf..44c03c9 100644 --- a/hints/svr5.sh +++ b/hints/svr5.sh @@ -1,24 +1,19 @@ # svr5 hints, System V Release 5.x # Last modified 1999/09/21 by Boyd Gerber, gerberb@zenez.com -# with changes from Mike Hopkirk hops@sco.com # Use Configure -Dcc=gcc to use gcc. case "$cc" in '') cc='/bin/cc' test -f $cc || cc='/usr/ccs/bin/cc' ;; -*gcc*) - # "$gccversion" not set yet - vers=`gcc -v 2>&1 | sed -n -e 's@.*version \([^ ][^ ]*\) .*@\1@p'` - case $vers in - *2.95*) + *) + case "$gccversion" in + *2.95*) ccflags='-fno-strict-aliasing' - # If it coredumps when running miniperl with the above switch on - # try instead without optimisation. - # optimize=' ' - ;; + ;; + *);; esac - ;; + ;; esac # want_ucb=''