This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add initial support for Minix3
authorH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Tue, 30 Oct 2018 16:59:33 +0000 (17:59 +0100)
committerH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Tue, 30 Oct 2018 16:59:33 +0000 (17:59 +0100)
Patch by Sevan Janiyan

Include a hints file for Minix, derived from the NetBSD one but stripped
back to remove most of the legacy parts.

U/modified/Oldconfig.U
U/perl/libperl.U

index a5db32b..078ae4d 100644 (file)
@@ -359,6 +359,9 @@ EOM
                        ;;
                MiNT)   osname=mint
                        ;;
+               minix)  osname=minix
+                       osvers=`$uname -r`
+                       ;;
                netbsd*) osname=netbsd
                        osvers="$3"
                        ;;
index 3f18004..93f286f 100644 (file)
@@ -212,7 +212,7 @@ if "$useshrplib"; then
        solaris)
                xxx="-R $shrpdir"
                ;;
-       freebsd|mirbsd|netbsd|openbsd|interix|dragonfly|bitrig)
+       freebsd|minix|mirbsd|netbsd|openbsd|interix|dragonfly|bitrig)
                xxx="-Wl,-R$shrpdir"
                ;;
        bsdos|linux|irix*|dec_osf|gnu*|haiku)