X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=config;h=6a2625308efbe1828adf3f6ce15ea241ea76f9da;hb=ef76e3dbda0b604e7dd360db8b7806d1c3f8e3f4;hp=910c97facebca771ba22ff0915c7beb3dab9e5ab;hpb=72660f5f15fcd71215193f993dd95da0d130168a;p=oweals%2Fopenssl.git diff --git a/config b/config index 910c97face..6a2625308e 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 ;;