binutils/ar: sabotage target choosing mechanism. "plugin_target" is the wrong choice for PPC.

This commit is contained in:
Wolfgang Thaller 2015-08-31 16:43:53 +02:00
parent 8ffcbfe2d4
commit 327f1573fd
1 changed files with 2 additions and 2 deletions

View File

@ -866,8 +866,8 @@ open_inarch (const char *archive_filename, const char *file)
bfd_set_error (bfd_error_no_error);
if (target == NULL)
target = plugin_target;
//if (target == NULL)
// target = plugin_target;
if (stat (archive_filename, &sbuf) != 0)
{