Commit a42a7046 by Bill Schmidt Committed by William Schmidt

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
parent b46ed885
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
......
......@@ -26,6 +26,9 @@ case "${target}" in
LSAN_SUPPORTED=yes
fi
;;
powerpc*le-*-linux*)
UNSUPPORTED=1
;;
powerpc*-*-linux*)
;;
sparc*-*-linux*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment