From: Jarkko Hietaniemi Date: Tue, 31 Oct 2000 19:18:39 +0000 (+0000) Subject: The compiler is either gcc or cc, from Tom Bates. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15d54e9f0c732f3ca45f9e92e19b2d511ae5d681;p=p5sagit%2Fp5-mst-13.2.git The compiler is either gcc or cc, from Tom Bates. p4raw-id: //depot/perl@7505 --- diff --git a/hints/nonstopux.sh b/hints/nonstopux.sh index f93c312..aec05ee 100644 --- a/hints/nonstopux.sh +++ b/hints/nonstopux.sh @@ -9,7 +9,7 @@ case "$cc" in lddlflags='-shared' ldflags='' ;; - '') + *) cc="cc -Xa -Olimit 4096" malloctype="void *" ;;