* configure.tgt: Enable build on powerpc*le-*-linux.

From-SVN: r221060
This commit is contained in:
Peter Bergner 2015-02-27 07:46:30 -06:00 committed by Peter Bergner
parent 0e4a0def1e
commit 6ad0611bec
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2015-02-27 Peter Bergner <bergner@vnet.ibm.com>
* configure.tgt: Enable build on powerpc*le-*-linux.
2015-02-23 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/63888

View File

@ -28,9 +28,6 @@ case "${target}" in
TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_amd64.lo
fi
;;
powerpc*le-*-linux*)
UNSUPPORTED=1
;;
powerpc*-*-linux*)
;;
sparc*-*-linux*)