]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
binutils: enable PE on 32bit haiku build
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Wed, 13 Apr 2022 13:58:22 +0000 (14:58 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 13 Apr 2022 13:58:22 +0000 (14:58 +0100)
* config.bfd (x86-haiku): Add i386_pei_vec as a selectable format.

bfd/ChangeLog
bfd/config.bfd

index b8d77b66356650d6664978de1d16ba87ac5f18cb..02656703ce6458435509bd7023fe4283a108d7ca 100644 (file)
@@ -1,3 +1,7 @@
+2022-04-13  Alexander von Gluck IV  <kallisti5@unixzen.com>
+
+       * config.bfd (x86-haiku): Add i386_pei_vec as a selectable format.
+
 2022-04-08  Nick Clifton  <nickc@redhat.com>
 
        PR 29038
index d33722decd06bc6ab666196c031ca5bca3b09c36..5a690742eb3657bec3271c6df35e21a012083e91 100644 (file)
@@ -753,6 +753,7 @@ case "${targ}" in
     ;;
   i[3-7]86-*-haiku*)
     targ_defvec=i386_elf32_vec
+    targ_selvecs="i386_pei_vec"
     ;;
   i[3-7]86-*-interix*)
     targ_defvec=i386_pei_vec