From 15d54e9f0c732f3ca45f9e92e19b2d511ae5d681 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 31 Oct 2000 19:18:39 +0000 Subject: [PATCH] The compiler is either gcc or cc, from Tom Bates. p4raw-id: //depot/perl@7505 --- hints/nonstopux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *" ;; -- 2.7.4