Atari FreeMiNT: MiNT does not have .exe for _exe
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 17 Sep 2013 08:36:38 +0000 (10:36 +0200)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 17 Sep 2013 08:36:38 +0000 (10:36 +0200)
[perl #89502]: Add support for Atari FreeMiNT platform

Configure

index 487eec2..071b5ec 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -28,7 +28,7 @@
 # See Porting/pumpkin.pod for more information on metaconfig.
 #
 
-# Generated on Mon Sep 16 14:37:58 CEST 2013 [metaconfig 3.5 PL0]
+# Generated on Tue Sep 17 10:34:33 CEST 2013 [metaconfig 3.5 PL0]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -1312,6 +1312,9 @@ elif test -f "/system/gnu_library/bin/ar.pm"; then
 elif test -n "$DJGPP"; then
 : DOS DJGPP
     _exe=".exe"
+elif test -f /kern/cookiejar; then
+: MiNT
+    _exe=""
 elif test -d c:/. -o -n "$is_os2" ; then
 : OS/2 or cygwin
     _exe=".exe"