From: Jarkko Hietaniemi Date: Sun, 26 May 2002 17:23:26 +0000 (+0000) Subject: Some day I might actually learn to test changes first X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f55207849d6727b5bd98d089e3560e0112047950;p=p5sagit%2Fp5-mst-13.2.git Some day I might actually learn to test changes first before committing them in. p4raw-id: //depot/perl@16804 --- diff --git a/hints/darwin.sh b/hints/darwin.sh index 166130c..518af30 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -85,7 +85,7 @@ cppflags="${cppflags} -no-cpp-precomp" ccflags="${ccflags} -no-cpp-precomp" # Known optimizer problems. -case "`cc -v`" in +case "`cc -v 2>&1`" in *"3.1 20020105"*) toke_cflags='optimize=""' ;; esac