summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2018-10-30 17:39:33 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2018-10-30 17:40:02 +0100
commit4ffef85ec124a32c2a71eb1d9c7fddcd2d4fd833 (patch)
tree5ea9ba0bb9f354c9bdbee3726ed2542cedee46cb /Configure
parent5ace197f9a644bde21b1b41430099295ed92365e (diff)
downloadperl-4ffef85ec124a32c2a71eb1d9c7fddcd2d4fd833.tar.gz
Add initial support for Minix3
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.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/Configure b/Configure
index 127583c72e..a7fe7b011c 100755
--- a/Configure
+++ b/Configure
@@ -3499,6 +3499,9 @@ EOM
;;
MiNT) osname=mint
;;
+ minix) osname=minix
+ osvers=`$uname -r`
+ ;;
netbsd*) osname=netbsd
osvers="$3"
;;
@@ -8803,7 +8806,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)