summaryrefslogtreecommitdiff
path: root/cross/i386-netbsdpe/patches/binutils-aa
blob: 69bc170687de0e096a1c481840ef7b89218215ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: binutils-aa,v 1.2 2001/10/21 12:24:16 kent Exp $

--- bfd/config.bfd.dist	Thu Jun 14 20:16:59 2001
+++ bfd/config.bfd
@@ -351,6 +351,10 @@
     targ_defvec=bfd_elf32_i386_vec
     targ_selvecs=i386netbsd_vec
     ;;
+  i[3456]86-*-netbsdpe*)
+    targ_defvec=i386pe_vec
+    targ_selvecs="i386pe_vec i386pei_vec"
+    ;;
   i[3456]86-*-netbsdaout* | i[3456]86-*-netbsd* | i[3456]86-*-openbsd*)
     targ_defvec=i386netbsd_vec
     targ_selvecs="bfd_elf32_i386_vec i386bsd_vec"