aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--libsanitizer/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog
index 141291f..2ec1a9a 100644
--- a/libsanitizer/ChangeLog
+++ b/libsanitizer/ChangeLog
@@ -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