diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2020-07-16 17:32:16 +0100 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2021-11-02 18:01:42 +0000 |
commit | 4457f3fc414965b3f281e91fc2e24332a7149345 (patch) | |
tree | 35f0c3c918d5d42cc3c65e6652eb389a3970bbd5 /pod/perlport.pod | |
parent | b53d6a00df0da96446042ea510b013d59cf81109 (diff) | |
download | perl-4457f3fc414965b3f281e91fc2e24332a7149345.tar.gz |
Remove DOS/DJGPP support
DJGPP is a port of the GNU toolchain to 32-bit x86 systems running DOS.
The last known attempt to build Perl on it was on 5.20, which only got
as far as building miniperl.
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index 42bc593dbc..d8a5f5b7c2 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -486,7 +486,7 @@ executable code for that command or program. First, many systems have "internal" commands that are built-in to the shell or OS and while these commands can be invoked, there is no corresponding file. Second, some operating systems (e.g., Cygwin, -DJGPP, OS/2, and VOS) have required suffixes for executable files; +OS/2, and VOS) have required suffixes for executable files; these suffixes are generally permitted on the command name but are not required. Thus, a command like C<perl> might exist in a file named F<perl>, F<perl.exe>, or F<perl.pm>, depending on the operating system. @@ -1013,11 +1013,6 @@ Also see: =item * -The djgpp environment for DOS, L<http://www.delorie.com/djgpp/> -and L<perldos>. - -=item * - The EMX environment for DOS, OS/2, etc. emx@iaehv.nl, L<ftp://hobbes.nmsu.edu/pub/os2/dev/emx/> Also L<perlos2>. @@ -2365,6 +2360,8 @@ as of 5.36: =item NetWare +=item DOS/DJGPP + =back =head2 (Perl 5.20) @@ -2548,7 +2545,7 @@ L<http://www.cpan.org/ports/index.html> for binary distributions. =head1 SEE ALSO L<perlaix>, L<perlamiga>, L<perlbs2000>, -L<perlcygwin>, L<perldos>, +L<perlcygwin>, L<perlebcdic>, L<perlfreebsd>, L<perlhurd>, L<perlhpux>, L<perlirix>, L<perlmacos>, L<perlmacosx>, L<perlos2>, L<perlos390>, L<perlos400>, |