]> gcc.gnu.org Git - gcc.git/commit
libsanitizer: Only build libhwasan when targeting AArch64
authorMatthew Malcomson <matthew.malcomson@arm.com>
Wed, 25 Nov 2020 16:31:39 +0000 (16:31 +0000)
committerMatthew Malcomson <matthew.malcomson@arm.com>
Wed, 25 Nov 2020 16:35:35 +0000 (16:35 +0000)
commit8a769f816f8af7a8aac6f16874011c3e15280e38
treeeda23cbdda6dccbf3f6c73a7fa0f57390cb8937f
parentedb07cb95afc362f7f76d2ab1ed9d14ad0ee300d
libsanitizer:  Only build libhwasan when targeting AArch64

Though the library has limited support for x86, we don't have any
support for generating code targeting x86 so there is no point building
for that target.

Ensure we build for AArch64 but not for AArch64 ilp32.

libsanitizer/ChangeLog:

* Makefile.am: Condition Build hwasan directory.
* Makefile.in: Regenerate.
* configure: Regenerate.
* configure.ac: Set HWASAN_SUPPORTED based on target
architecture.
* configure.tgt: Likewise.
libsanitizer/Makefile.am
libsanitizer/Makefile.in
libsanitizer/configure
libsanitizer/configure.ac
libsanitizer/configure.tgt
This page took 0.111929 seconds and 5 git commands to generate.