Commit | Line | Data |
---|---|---|
5f05dabc | 1 | # |
2 | # LynxOS hints | |
3 | # | |
4 | # These hints were submitted by: | |
5 | # Greg Seibert | |
6 | # seibert@Lynx.COM | |
7 | # | |
8 | ||
9 | cc='gcc' | |
5f05dabc | 10 | so='none' |
11 | usemymalloc='n' | |
883d36a6 | 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"' |