diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-12 05:53:40 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-12 05:53:40 +0000 |
commit | 883d36a60f1dbc0dec153bce822eebaa5172be5d (patch) | |
tree | 9d44d5790271ac8cbfebc5b593cc817778bb7160 /hints/lynxos.sh | |
parent | 4b5b211868f30398434fa5a1a79573d04770ccf2 (diff) | |
download | perl-883d36a60f1dbc0dec153bce822eebaa5172be5d.tar.gz |
apply parts of LynxOS patches from Alan Johnson
<johnson@alonn.gemse.fr>
p4raw-id: //depot/perl@4353
Diffstat (limited to 'hints/lynxos.sh')
-rw-r--r-- | hints/lynxos.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/lynxos.sh b/hints/lynxos.sh index ddffcbe3cc..bde461f27b 100644 --- a/hints/lynxos.sh +++ b/hints/lynxos.sh @@ -9,3 +9,6 @@ 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"' |