From: Jarkko Hietaniemi Date: Tue, 18 Dec 2001 17:49:07 +0000 (+0000) Subject: ".pm" is the native executable suffix in VOS. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b29b993ba7cc347bd97dc1526f66f044e908b8f5;p=p5sagit%2Fp5-mst-13.2.git ".pm" is the native executable suffix in VOS. p4raw-id: //depot/perl@13762 --- diff --git a/hints/vos.sh b/hints/vos.sh index c63ac9c..10b4212 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -21,6 +21,11 @@ archname="hppa1.1" # POSIX commands are here. # paths="/system/gnu_library/bin" +# Executable suffix. +# No, this is not a typo. The ".pm" really is the native +# executable suffix in VOS. Talk about cosmic resonance. +_exe=".pm" + # Object library paths. loclibpth="/system/stcp/object_library" loclibpth="$loclibpth /system/stcp/object_library/common"