public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Disable libsanitizer on AIX
@ 2012-11-13 14:18 David Edelsohn
  0 siblings, 0 replies; only message in thread
From: David Edelsohn @ 2012-11-13 14:18 UTC (permalink / raw)
  To: GCC Patches

Libsanitizer is not supported on AIX. Disable in configure.

        * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
        sections.
        * configure: Regenerate.

Index: configure.ac
===================================================================
--- configure.ac	(revision 193476)
+++ configure.ac	(working copy)
@@ -540,6 +540,9 @@

 # Disable libquadmath for some systems.
 case "${target}" in
+  avr-*-*)
+    noconfigdirs="$noconfigdirs target-libquadmath"
+    ;;
   # libquadmath is unused on AIX and libquadmath build process use of
   # LD_LIBRARY_PATH can break AIX bootstrap.
   powerpc-*-aix* | rs6000-*-aix*)
@@ -552,6 +555,9 @@
   cris-*-* | crisv32-*-* | mmix-*-*)
     noconfigdirs="$noconfigdirs target-libsanitizer"
     ;;
+  powerpc-*-aix* | rs6000-*-aix*)
+    noconfigdirs="$noconfigdirs target-libsanitizer"
+    ;;
 esac

 # Disable libssp for some systems.
@@ -571,13 +577,6 @@
     ;;
 esac

-# Disable libquadmath for some systems.
-case "${target}" in
-  avr-*-*)
-    noconfigdirs="$noconfigdirs target-libquadmath"
-    ;;
-esac
-
 # Disable libstdc++-v3 for some systems.
 # Allow user to override this if they pass --enable-libstdc++-v3
 if test "${ENABLE_LIBSTDCXX}" = "default" ; then

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

only message in thread, other threads:[~2012-11-13 14:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-13 14:18 [PATCH] Disable libsanitizer on 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).