From 327f1573fdf5696942dcbbcc5cf108e96fb59437 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Mon, 31 Aug 2015 16:43:53 +0200 Subject: [PATCH] binutils/ar: sabotage target choosing mechanism. "plugin_target" is the wrong choice for PPC. --- binutils/binutils/ar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binutils/binutils/ar.c b/binutils/binutils/ar.c index 7c3c86974a..e8fbe576c9 100644 --- a/binutils/binutils/ar.c +++ b/binutils/binutils/ar.c @@ -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) {