The compiler is either gcc or cc, from Tom Bates.
Jarkko Hietaniemi [Tue, 31 Oct 2000 19:18:39 +0000 (19:18 +0000)]
p4raw-id: //depot/perl@7505

hints/nonstopux.sh

index f93c312..aec05ee 100644 (file)
@@ -9,7 +9,7 @@ case "$cc" in
                 lddlflags='-shared'
                 ldflags=''
                ;;
-        '')
+        *)
                 cc="cc -Xa -Olimit 4096"
                 malloctype="void *"
                ;;