mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
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:
parent
b46ed885d9
commit
a42a7046eb
@ -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
|
||||
|
@ -26,6 +26,9 @@ case "${target}" in
|
||||
LSAN_SUPPORTED=yes
|
||||
fi
|
||||
;;
|
||||
powerpc*le-*-linux*)
|
||||
UNSUPPORTED=1
|
||||
;;
|
||||
powerpc*-*-linux*)
|
||||
;;
|
||||
sparc*-*-linux*)
|
||||
|
Loading…
Reference in New Issue
Block a user