This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Simplify PIC specification in perlshr.exe.
authorCraig A. Berry <craigberry@mac.com>
Fri, 2 Jan 2015 15:25:05 +0000 (09:25 -0600)
committerCraig A. Berry <craigberry@mac.com>
Fri, 2 Jan 2015 15:25:05 +0000 (09:25 -0600)
commit4e2794096b6999123c408ee2ccfc3f1a92bd4bb2
treed71ad6a138b717ea8e266e72778d6163eabddf65
parent7ced74dd38579d5d9462d66ff81c63fe0d3a5ade
Simplify PIC specification in perlshr.exe.

PIC has no meaning on Alpha as all code generated by the compiler
is position independent.  So only specify it for VAX.  This allows
us to get rid of the test for whether we are on Itanium.
vms/gen_shrfls.pl