Commit 752361c9 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

If someone has access to a 64-bit mips-linux system to test this (with the…

If someone has access to a 64-bit mips-linux system to test this (with the obvious edit), that'd be really nice.

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
parent 9f943b24
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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment