summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2004-04-01 08:16:32 -0600
committerDave Mitchell <davem@fdisolutions.com>2004-04-01 22:00:40 +0000
commit86da1428d0acc5b74c6a86a5139bb65b2e487828 (patch)
tree8fc5137c5a634ae5e7569fce965d28a34443a933 /vms
parentd6fee5c7ac0d802f9b176ac2d9ce8ec59b68f49f (diff)
downloadperl-86da1428d0acc5b74c6a86a5139bb65b2e487828.tar.gz
archname salad on VMS
From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <406C78A0.2070009@mac.com> sort out architecture-specific directory names for OpenVMS Itanium port p4raw-id: //depot/perl@22636
Diffstat (limited to 'vms')
-rw-r--r--vms/descrip_mms.template11
1 files changed, 11 insertions, 0 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index 43a09c4954..ec14738d77 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -33,6 +33,11 @@
~FLAGS~
#: >>>>> Architecture-specific options <<<<<
+.ifdef IXE
+O = .ibj
+OLB = .ilb
+E = .ixe
+.else
.ifdef AXE
# File type to use for object files
O = .abj
@@ -48,7 +53,12 @@ OLB = .olb
# File type to use for executable images
E = .exe
.endif
+.endif
+.ifdef __IA64__
+ARCH = VMS_IA64
+OBJVAL = $(O)
+.else
.ifdef __AXP__
ARCH = VMS_AXP
OBJVAL = $(O)
@@ -56,6 +66,7 @@ OBJVAL = $(O)
ARCH = VMS_VAX
OBJVAL = $(MMS$TARGET_NAME)$(O)
.endif
+.endif
PERL_VERSION = ~PV~