This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ditch the custom extern/const model on VMS.
[perl5.git] / vms / gen_shrfls.pl
index 2ef3e89..039528f 100644 (file)
@@ -158,14 +158,6 @@ if ($isvax) {
 }
 
 unless ($isgcc) {
-  unless ($isvax) {
-    print OPTBLD "PSECT_ATTR=\$GLOBAL_RO_VARS,NOEXE,RD,NOWRT,SHR\n";
-    print OPTBLD "PSECT_ATTR=\$GLOBAL_RW_VARS,NOEXE,RD,WRT,NOSHR\n";
-  }
-  else {
-    print OPTBLD "PSECT_ATTR=\$GLOBAL_RO_VARS,PIC,NOEXE,RD,NOWRT,SHR\n";
-    print OPTBLD "PSECT_ATTR=\$GLOBAL_RW_VARS,PIC,NOEXE,RD,WRT,NOSHR\n";
-  }
   print OPTBLD "PSECT_ATTR=LIB\$INITIALIZE,GBL,NOEXE,NOWRT,NOSHR,LONG\n";
 }
 print OPTBLD "case_sensitive=yes\n" if $care_about_case;