projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
be defensive about setting {host,group,pass}cat (from Andy Dougherty)
[p5sagit/p5-mst-13.2.git]
/
hints
/
lynxos.sh
1
#
2
# LynxOS hints
3
#
4
# These hints were submitted by:
5
# Greg Seibert
6
# seibert@Lynx.COM
7
#
8
9
cc='gcc'
10
so='none'
11
usemymalloc='n'
12
13
# When LynxOS runs a script with "#!" it sets argv[0] to the script name
14
toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"'