From: Mark Kettenis Date: Sun, 24 Apr 2005 20:26:38 +0000 (+0000) Subject: * configure.host: Add *-*-openbsd support. X-Git-Tag: msnyder-tracepoint-checkpoint-branchpoint~474 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd9719b15bfbadb6e723ae418e4f7d1caa0c46e3;p=external%2Fbinutils.git * configure.host: Add *-*-openbsd support. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 3af8c71..9e4e259 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2005-04-24 Mark Kettenis + + * configure.host: Add *-*-openbsd support. + 2005-04-15 Julian Brown * ld.texinfo: Document --use-blx. diff --git a/ld/configure.host b/ld/configure.host index def726e..cba013e 100644 --- a/ld/configure.host +++ b/ld/configure.host @@ -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 ;;