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
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
# -*- 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
;;
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