summaryrefslogtreecommitdiff
path: root/hints/lynxos.sh
blob: bde461f27b5d34d422d7059046ccbc900fd72b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# LynxOS hints
#
# These hints were submitted by:
#   Greg Seibert
#   seibert@Lynx.COM
#

cc='gcc'
so='none'
usemymalloc='n'

# When LynxOS runs a script with "#!" it sets argv[0] to the script name
toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"'