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
This commit is contained in:
Bill Schmidt 2014-03-03 20:36:56 +00:00 committed by William Schmidt
parent b46ed885d9
commit a42a7046eb
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -26,6 +26,9 @@ case "${target}" in
LSAN_SUPPORTED=yes
fi
;;
powerpc*le-*-linux*)
UNSUPPORTED=1
;;
powerpc*-*-linux*)
;;
sparc*-*-linux*)