* configure.host: Add *-*-openbsd support.
This commit is contained in:
parent
ac9c441462
commit
fd9719b15b
2 changed files with 13 additions and 0 deletions
|
@ -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>
|
2005-04-15 Julian Brown <julian@codesourcery.com>
|
||||||
|
|
||||||
* ld.texinfo: Document --use-blx.
|
* ld.texinfo: Document --use-blx.
|
||||||
|
|
|
@ -67,6 +67,12 @@ case "${host}" in
|
||||||
fi
|
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
|
esac
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -230,6 +236,9 @@ x86_64-*-linux-*)
|
||||||
*-*-netbsd*)
|
*-*-netbsd*)
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
*-*-openbsd*)
|
||||||
|
;;
|
||||||
|
|
||||||
alpha*-*-*)
|
alpha*-*-*)
|
||||||
HOSTING_CRT0=/usr/ccs/lib/crt0.o
|
HOSTING_CRT0=/usr/ccs/lib/crt0.o
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue