mirror of git://gcc.gnu.org/git/gcc.git
* configure.tgt: Enable build on powerpc*le-*-linux.
From-SVN: r221060
This commit is contained in:
parent
0e4a0def1e
commit
6ad0611bec
|
|
@ -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>
|
2015-02-23 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR bootstrap/63888
|
PR bootstrap/63888
|
||||||
|
|
|
||||||
|
|
@ -28,9 +28,6 @@ case "${target}" in
|
||||||
TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_amd64.lo
|
TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_amd64.lo
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
powerpc*le-*-linux*)
|
|
||||||
UNSUPPORTED=1
|
|
||||||
;;
|
|
||||||
powerpc*-*-linux*)
|
powerpc*-*-linux*)
|
||||||
;;
|
;;
|
||||||
sparc*-*-linux*)
|
sparc*-*-linux*)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue