aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/configure.tgt
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2018-04-26 01:16:47 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2018-04-26 01:16:47 +0000
commit752361c980da04bd5a386d09af4388dac993c9b7 (patch)
treef7cb94f11e3c0c5b52f7ff36d2353db54ebba09a /libsanitizer/configure.tgt
parent9f943b2446f2d0a345bbf9b4be3d3a4316372270 (diff)
downloadgcc-752361c980da04bd5a386d09af4388dac993c9b7.zip
gcc-752361c980da04bd5a386d09af4388dac993c9b7.tar.gz
gcc-752361c980da04bd5a386d09af4388dac993c9b7.tar.bz2
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
Diffstat (limited to 'libsanitizer/configure.tgt')
-rw-r--r--libsanitizer/configure.tgt8
1 files changed, 7 insertions, 1 deletions
diff --git a/libsanitizer/configure.tgt b/libsanitizer/configure.tgt
index 573e3b4..1dce1e6 100644
--- a/libsanitizer/configure.tgt
+++ b/libsanitizer/configure.tgt
@@ -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