objdump: enable PE support for Interix

This is just so the target won't need excluding in a forthcoming new
testcase. Without doing so objdump would fail saying "option -P/--private
not supported by this file".
This commit is contained in:
Jan Beulich
2025-10-10 15:59:18 +02:00
parent 5f51d87cc0
commit b8c152b9a9
2 changed files with 2 additions and 2 deletions

2
binutils/configure vendored
View File

@@ -16607,7 +16607,7 @@ do
powerpc*-*-aix* | rs6000-*-aix*)
od_vectors="$od_vectors objdump_private_desc_xcoff"
;;
*-*-pe* | *-*-cygwin* | *-*-mingw*)
*-*-pe* | *-*-cygwin* | *-*-mingw* | *-*-interix*)
od_vectors="$od_vectors objdump_private_desc_pe"
;;
*-*-darwin*)

View File

@@ -465,7 +465,7 @@ changequote([,])dnl
powerpc*-*-aix* | rs6000-*-aix*)
od_vectors="$od_vectors objdump_private_desc_xcoff"
;;
*-*-pe* | *-*-cygwin* | *-*-mingw*)
*-*-pe* | *-*-cygwin* | *-*-mingw* | *-*-interix*)
od_vectors="$od_vectors objdump_private_desc_pe"
;;
*-*-darwin*)