diff options
author | Craig A. Berry <craigberry@mac.com> | 2015-06-28 12:37:27 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2015-06-28 12:37:27 -0500 |
commit | 054a3baf7ca16fe022e9a5fd56c158300d5c44f5 (patch) | |
tree | f2ec729be1f37bf46bef16df5b0c7dc3e78f579a /vms/descrip_mms.template | |
parent | 2ad792cd4e9684519736fe03fd28a706b71ceda3 (diff) | |
download | perl-054a3baf7ca16fe022e9a5fd56c158300d5c44f5.tar.gz |
Require v7.3-2 or later for VMS builds.
OpenVMS v7.3-2 was released in 2003. Regular support ended in 2006
and even prior version support will be ending in 2015, so this
seems like a pretty generous minimum for future Perl versions.
A side of effect of this is that OpenVMS VAX will no longer be
supported. The terminal software release for VAX was v7.3 in 2001
with support ending in 2012. VAX was a truly great architecture
in the 1970s, 1980s, and 1990s, but it's just missing too many of
the things expected in architectures, file systems and C run-times
of the current century.
De-supporting this older stuff allows quite a bit of code removal
and simplification, hopefully easing the maintenance burden a bit.
Diffstat (limited to 'vms/descrip_mms.template')
-rw-r--r-- | vms/descrip_mms.template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 0e3e9b6b9a..73ded25728 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -397,8 +397,7 @@ generate_uudmap$(O) : generate_uudmap.c mg_raw.h $(CC) $(CORECFLAGS) $(MMS$SOURCE) # The following files are built in one go by gen_shrfls.pl: -# perlshr_attr.opt, $(DBG)perlshr_bld.opt - VAX and AXP -# perlshr_gbl*.mar, perlshr_gbl*$(O) - VAX only +# perlshr_attr.opt, $(DBG)perlshr_bld.opt - AXP and IA64 # The song and dance with gen_shrfls.opt accommodates DCL's line length limit. $(DBG)perlshr_xtras.ts : perl.h config.h vmsish.h proto.h [.vms]gen_shrfls.pl $(MINIPERL_EXE) $(MAKEFILE) $(CRTL) @ $(MINIPERL) makedef.pl "PLATFORM=vms" > makedef.lis |