mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-23 08:31:06 +00:00
binutils/ar: sabotage target choosing mechanism. "plugin_target" is the wrong choice for PPC.
This commit is contained in:
parent
8ffcbfe2d4
commit
327f1573fd
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user