mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-19 09:31:37 +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);
|
bfd_set_error (bfd_error_no_error);
|
||||||
|
|
||||||
if (target == NULL)
|
//if (target == NULL)
|
||||||
target = plugin_target;
|
// target = plugin_target;
|
||||||
|
|
||||||
if (stat (archive_filename, &sbuf) != 0)
|
if (stat (archive_filename, &sbuf) != 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user