Quick integration of mainline changes to date
[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"'