diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-13 01:36:17 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-13 01:36:17 +0000 |
commit | 2b0a94cec41666fa4a03acd3e669955962ca1585 (patch) | |
tree | 0f8bbe1511395110cbc014532df4ad8dbd64c12c /configure | |
parent | 8c9327d210fd11ca42c9c19543f79df62ba512e7 (diff) | |
download | gcc-2b0a94cec41666fa4a03acd3e669955962ca1585.tar.gz |
* configure.ac: Add section for configdirs for libsanitizer.
Disable for cris-*-* and mmix-*-*.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193465 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure index b8b1ebf50d3..c46a2e4fa9f 100755 --- a/configure +++ b/configure @@ -3205,6 +3205,13 @@ case "${target}" in ;; esac +# Disable libsanitizer for some systems. +case "${target}" in + cris-*-* | crisv32-*-* | mmix-*-*) + noconfigdirs="$noconfigdirs target-libsanitizer" + ;; +esac + # Disable libssp for some systems. case "${target}" in avr-*-*) |