mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
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:
2
binutils/configure
vendored
2
binutils/configure
vendored
@@ -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*)
|
||||
|
||||
@@ -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*)
|
||||
|
||||
Reference in New Issue
Block a user