summaryrefslogtreecommitdiff
path: root/hints/vos.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-18 17:49:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-18 17:49:07 +0000
commitb29b993ba7cc347bd97dc1526f66f044e908b8f5 (patch)
tree9100f8642093ae123a030ebf3a0d0ddb501e06fa /hints/vos.sh
parent04af519a09618f7521d633ce560c35c0bfa7db77 (diff)
downloadperl-b29b993ba7cc347bd97dc1526f66f044e908b8f5.tar.gz
".pm" is the native executable suffix in VOS.
p4raw-id: //depot/perl@13762
Diffstat (limited to 'hints/vos.sh')
-rw-r--r--hints/vos.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/vos.sh b/hints/vos.sh
index c63ac9c1d9..10b4212696 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"