X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=config;h=0416a5ad88beb31baf0b289a62f535149f14c866;hb=cfcf645356b0957e9ec7190e3afb3e4d6c406d5b;hp=f403a22451f8ac716e52238041048d3648fd45cf;hpb=dfeab0689f69c0b4bd3480ffd37a9cacc2f17d9c;p=oweals%2Fopenssl.git diff --git a/config b/config index f403a22451..0416a5ad88 100755 --- a/config +++ b/config @@ -125,6 +125,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in echo "${MACHINE}-whatever-bsdi"; exit 0 ;; + FreeBSD:3*:*:*) + echo "${MACHINE}-whatever-freebsd3"; exit 0 + ;; + FreeBSD:*:*:*486*) echo "i486-whatever-freebsd"; exit 0 ;; @@ -304,6 +308,7 @@ case "$GUESSOS" in sun4*-sun-solaris2) OUT="solaris-sparc-$CC" ;; *86*-sun-solaris2) OUT="solaris-x86-$CC" ;; *-*-sunos4) OUT="sunos-$CC" ;; + *-freebsd3) OUT="FreeBSD-elf" ;; *-freebsd) OUT="FreeBSD" ;; *86*-*-netbsd) OUT="NetBSD-x86" ;; sun3*-*-netbsd) OUT="NetBSD-m68" ;;