summaryrefslogtreecommitdiff
path: root/hints/lynxos.sh
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-12 05:53:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-12 05:53:40 +0000
commit883d36a60f1dbc0dec153bce822eebaa5172be5d (patch)
tree9d44d5790271ac8cbfebc5b593cc817778bb7160 /hints/lynxos.sh
parent4b5b211868f30398434fa5a1a79573d04770ccf2 (diff)
downloadperl-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.sh3
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"'