summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-21 07:38:47 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-21 07:38:47 +0000
commita9c33b529e32d3bc0686e7a7ce8225c13629f0f6 (patch)
tree50cd507769803339f18fc0b5fdacac2507713d2f /config
parent5deb47f12a3c420d92d4fdf27780defeb5e67844 (diff)
downloadopenssl-new-a9c33b529e32d3bc0686e7a7ce8225c13629f0f6.tar.gz
Merge from main trunk. No conflicts.
Diffstat (limited to 'config')
-rwxr-xr-xconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/config b/config
index 115957f6cc..5920084e82 100755
--- a/config
+++ b/config
@@ -71,6 +71,10 @@ fi
# Now we simply scan though... In most cases, the SYSTEM info is enough
#
case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
+ MPE/iX:*)
+ MACHINE=`echo "$MACHINE" | sed -e 's/-/_/g'`
+ echo "parisc-hp-MPE/iX"; exit 0
+ ;;
A/UX:*)
echo "m68k-apple-aux3"; exit 0
;;