* emulparams/elf64hppa.sh (MAXPAGESIZE): Define.
[deliverable/binutils-gdb.git] / bfd / config.bfd
index 1f3b66316725b8e41288d05c420eca81c75302af..1f948aa8ec97354d9622f916594984e262058b0b 100644 (file)
@@ -84,6 +84,10 @@ case "${targ}" in
     targ_selvecs=bfd_elf32_bigarc_vec
     ;;
 
+  arm-*-netbsd*)
+    targ_defvec=armnetbsd_vec
+    targ_underscore=yes
+    ;;
   arm-*-riscix*)
     targ_defvec=riscix_vec
     ;;
@@ -303,6 +307,10 @@ case "${targ}" in
     targ_defvec=bfd_elf32_i386_vec
     targ_selvecs="i386pe_vec i386pei_vec"
     ;;
+  i[3456]86-*-interix*)
+    targ_defvec=i386pei_vec
+    targ_selvecs="i386pe_vec"
+    ;;
   i[3456]86-*-mingw32* | i[3456]86-*-cygwin* | i[3456]86-*-winnt | i[3456]86-*-pe)
     targ_defvec=i386pe_vec
     targ_selvecs="i386pe_vec i386pei_vec"
@@ -315,6 +323,7 @@ case "${targ}" in
     ;;
   i[3456]86-*-vxworks*)
     targ_defvec=i386aout_vec
+    targ_underscore=yes
     ;;
 
   i860-*-mach3* | i860-*-osf1* | i860-*-coff*)
This page took 0.023263 seconds and 4 git commands to generate.