Quick integration of mainline changes to date
[p5sagit/p5-mst-13.2.git] / hints / lynxos.sh
index ddffcbe..bde461f 100644 (file)
@@ -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"'