This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
[perl5.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"'