public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, committed] check_weak_available for AIX
@ 2013-09-03 16:28 David Edelsohn
  0 siblings, 0 replies; only message in thread
From: David Edelsohn @ 2013-09-03 16:28 UTC (permalink / raw)
  To: GCC Patches

When objdump is not available, check_weak_available is unhappy on AIX.
 This hard-codes that AIX supports weak, as is implemented for other
OSes.

Bootstrapped on powerpc-ibm-aix7.1.0.0

Thanks, David

        * lib/target-supports.exp (check_weak_available): Return true for AIX.

Index: target-supports.exp
===================================================================
--- target-supports.exp (revision 202225)
+++ target-supports.exp (working copy)
@@ -226,6 +226,12 @@
         return 1
     }

+    # All AIX targets should support it
+
+    if { [istarget *-*-aix*] } {
+        return 1
+    }
+
     # All solaris2 targets should support it

     if { [istarget *-*-solaris2*] } {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-03 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-03 16:28 [PATCH, committed] check_weak_available for AIX David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).