re PR target/80090 (Incorrect assembler - output_addr_const may generate visibility...
[gcc.git] / libsanitizer / configure.tgt
index 8d884f4bf52de90979e0ccf10a3c50c8f1dc5383..82e8a5513c596b939ebfc243d098b3654e53136b 100644 (file)
@@ -1,5 +1,5 @@
 # -*- shell-script -*-
-#   Copyright (C) 2012 Free Software Foundation, Inc.
+#   Copyright (C) 2012-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -31,9 +31,16 @@ case "${target}" in
        fi
        ;;
   powerpc*-*-linux*)
+       if test x$ac_cv_sizeof_void_p = x8; then
+               TSAN_SUPPORTED=yes
+               LSAN_SUPPORTED=yes
+               TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_ppc64.lo
+       fi
        ;;
   sparc*-*-linux*)
        ;;
+  s390*-*-linux*)
+       ;;
   arm*-*-linux*)
        ;;
   aarch64*-*-linux*)