From 5dcdcd475cfe0097c89191dd0f27e7803b31397b Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Mon, 28 Dec 1998 17:14:28 +0000 Subject: Autodetect FreeBSD 3. --- config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') 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" ;; -- cgit v1.2.3