This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
apply parts of LynxOS patches from Alan Johnson
[perl5.git] / hints / lynxos.sh
CommitLineData
5f05dabc 1#
2# LynxOS hints
3#
4# These hints were submitted by:
5# Greg Seibert
6# seibert@Lynx.COM
7#
8
9cc='gcc'
5f05dabc 10so='none'
11usemymalloc='n'
883d36a6
GS
12
13# When LynxOS runs a script with "#!" it sets argv[0] to the script name
14toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"'