summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-31 19:18:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-31 19:18:39 +0000
commit15d54e9f0c732f3ca45f9e92e19b2d511ae5d681 (patch)
tree35b8961ece6306718c66e1a0143e5ec45129efe3 /hints
parent582754e46b7c904894588155f61c91a494ebbd34 (diff)
downloadperl-15d54e9f0c732f3ca45f9e92e19b2d511ae5d681.tar.gz
The compiler is either gcc or cc, from Tom Bates.
p4raw-id: //depot/perl@7505
Diffstat (limited to 'hints')
-rw-r--r--hints/nonstopux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/nonstopux.sh b/hints/nonstopux.sh
index f93c312203..aec05ee680 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 *"
;;