backport HURD and KfreeBSD build support

This commit is contained in:
brenosilva
2012-06-08 15:39:17 +00:00
parent c0896c3ae6
commit b62297510c
2 changed files with 12 additions and 2 deletions

View File

@@ -110,12 +110,20 @@ case $host in
freebsdos=true
;;
*-*-netbsd*)
echo "Checking plataform... Identified as FreeBSD"
echo "Checking plataform... Identified as NetBSD"
netbsdos=true
;;
*-*-openbsd*)
echo "Checking plataform... Identified as FreeBSD"
echo "Checking plataform... Identified as OpenBSD"
openbsdos=true
;;
*-*-kfreebsd*)
echo "Checking plataform... Identified as kFreeBSD, treating as linux"
linuxos=true
;;
*-*-gnu*.*)
echo "Checking plataform... Identified as HURD, treating as linux"
linuxos=true
;;
*)
echo "Unknown CANONICAL_HOST $host"