If someone has access to a 64-bit mips-linux system to test this (with the obvious...
authorHans-Peter Nilsson <hp@axis.com>
Thu, 26 Apr 2018 01:16:47 +0000 (01:16 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Thu, 26 Apr 2018 01:16:47 +0000 (01:16 +0000)
If someone has access to a 64-bit mips-linux system to test
this (with the obvious edit), that'd be really nice.  Until
then, best to not introduce possible build failures.

* configure.tgt <mips*-*-linux*>: Enable build, excluding
mips*64*-*-linux*.

From-SVN: r259665

libsanitizer/ChangeLog
libsanitizer/configure.tgt

index 141291f9e837b369b980ed0047dc2530752ea17f..2ec1a9a14996807d0fcef8f0704622ac402b1caf 100644 (file)
@@ -1,5 +1,8 @@
 2018-04-26  Hans-Peter Nilsson  <hp@axis.com>
 
+       * configure.tgt <mips*-*-linux*>: Enable build, excluding
+       mips*64*-*-linux*.
+
        * sanitizer_common/sanitizer_platform_limits_linux.cc: Do not
        take the shortcut to #include <sys/stat.h> for MIPS instead of
        the kernel <asm/stat.h>.  Explain why sys/stat.h is misleading
index 573e3b482e9eadaf9dc93e5913f66743aebf508d..1dce1e6dc2736436c8bf50f55e102444da94b508 100644 (file)
@@ -1,5 +1,5 @@
 # -*- shell-script -*-
-#   Copyright (C) 2012-2017 Free Software Foundation, Inc.
+#   Copyright (C) 2012-2018 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
@@ -45,6 +45,12 @@ case "${target}" in
        ;;
   arm*-*-linux*)
        ;;
+  mips*64*-*-linux*)
+       # This clause is only here to not match the supported mips*-*-linux*.
+       UNSUPPORTED=1
+       ;;
+  mips*-*-linux*)
+       ;;
   aarch64*-*-linux*)
        if test x$ac_cv_sizeof_void_p = x8; then
                TSAN_SUPPORTED=yes