projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
582754e
)
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
patch
|
blob
|
blame
|
history
diff --git
a/hints/nonstopux.sh
b/hints/nonstopux.sh
index
f93c312
..
aec05ee
100644
(file)
--- 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 *"
;;