diff options
author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2014-03-03 20:36:56 +0000 |
---|---|---|
committer | William Schmidt <wschmidt@gcc.gnu.org> | 2014-03-03 20:36:56 +0000 |
commit | a42a7046ebd930b41804819dedaecef252b89e72 (patch) | |
tree | 1727b8148536727e1cbe517e060e7161be22a482 | |
parent | b46ed885d9a8c9fb04dfa137c2de1808bfe5ebc5 (diff) | |
download | gcc-a42a7046ebd930b41804819dedaecef252b89e72.zip gcc-a42a7046ebd930b41804819dedaecef252b89e72.tar.gz gcc-a42a7046ebd930b41804819dedaecef252b89e72.tar.bz2 |
configure.tgt: Unsupported for little endian PowerPC for now.
2014-03-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* configure.tgt: Unsupported for little endian PowerPC for now.
From-SVN: r208290
-rw-r--r-- | libsanitizer/ChangeLog | 4 | ||||
-rw-r--r-- | libsanitizer/configure.tgt | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index d8147db..36e10de 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,7 @@ +2014-03-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com> + + * configure.tgt: Unsupported for little endian PowerPC for now. + 2014-02-04 Jakub Jelinek <jakub@redhat.com> PR sanitizer/60055 diff --git a/libsanitizer/configure.tgt b/libsanitizer/configure.tgt index b17ed73..6de4a65 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*) |