From a42a7046ebd930b41804819dedaecef252b89e72 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Mon, 3 Mar 2014 20:36:56 +0000 Subject: [PATCH] configure.tgt: Unsupported for little endian PowerPC for now. 2014-03-03 Bill Schmidt * configure.tgt: Unsupported for little endian PowerPC for now. From-SVN: r208290 --- libsanitizer/ChangeLog | 4 ++++ libsanitizer/configure.tgt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index d8147db3364..36e10deee4d 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,7 @@ +2014-03-03 Bill Schmidt + + * configure.tgt: Unsupported for little endian PowerPC for now. + 2014-02-04 Jakub Jelinek PR sanitizer/60055 diff --git a/libsanitizer/configure.tgt b/libsanitizer/configure.tgt index b17ed73258d..6de4a65715b 100644 --- a/libsanitizer/configure.tgt +++ b/libsanitizer/configure.tgt @@ -26,6 +26,9 @@ case "${target}" in LSAN_SUPPORTED=yes fi ;; + powerpc*le-*-linux*) + UNSUPPORTED=1 + ;; powerpc*-*-linux*) ;; sparc*-*-linux*)