summaryrefslogtreecommitdiff
path: root/ld/configure.host
diff options
context:
space:
mode:
authorMatthew Green <mrg@redhat.com>2002-04-07 13:57:53 +0000
committerMatthew Green <mrg@redhat.com>2002-04-07 13:57:53 +0000
commit4a58105a7963aa7f1392949f473a25db9a6335fe (patch)
tree1131d942b917b360f9719df8351c32d1de08d6d1 /ld/configure.host
parentc0c13a1fef5c0351e484258f31c52b450679fd91 (diff)
downloadbinutils-redhat-4a58105a7963aa7f1392949f473a25db9a6335fe.tar.gz
* ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
Diffstat (limited to 'ld/configure.host')
-rw-r--r--ld/configure.host7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/configure.host b/ld/configure.host
index 56a950c6bc..65c2fc7a21 100644
--- a/ld/configure.host
+++ b/ld/configure.host
@@ -223,6 +223,13 @@ x86_64-*-linux-gnu*)
*-*-linux*)
;;
+*-*-netbsd*)
+ NATIVE_LIB_DIRS=/usr/lib
+ # NetBSD typically does not use the GCC crtstuff, so ignore it.
+ HOSTING_CRT0='-dynamic-linker /usr/libexec/ld.elf_so /usr/lib/crt0.o /usr/lib/crtbegin.o'
+ HOSTING_LIBS='`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi` -lc `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi` /usr/lib/crtend.o'
+ ;;
+
alpha*-*-*)
HOSTING_CRT0=/usr/ccs/lib/crt0.o
NATIVE_LIB_DIRS=/usr/ccs/lib