* configure.host: Add *-*-openbsd support.

This commit is contained in:
Mark Kettenis 2005-04-24 20:26:38 +00:00
parent ac9c441462
commit fd9719b15b
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-04-24 Mark Kettenis <kettenis@gnu.org>
* configure.host: Add *-*-openbsd support.
2005-04-15 Julian Brown <julian@codesourcery.com>
* ld.texinfo: Document --use-blx.

View File

@ -67,6 +67,12 @@ case "${host}" in
fi
;;
*-*-openbsd*)
HOSTING_CRT0="-dynamic-linker /usr/libexec/ld.so /usr/lib/crt0.o"
HOSTING_CRT0="$HOSTING_CRT0 /usr/lib/crtbegin.o"
HOSTING_LIBS="$HOSTING_LIBS /usr/lib/crtend.o"
;;
esac
#
@ -230,6 +236,9 @@ x86_64-*-linux-*)
*-*-netbsd*)
;;
*-*-openbsd*)
;;
alpha*-*-*)
HOSTING_CRT0=/usr/ccs/lib/crt0.o
;;