commit | fb769648764b3de947bbb8124b3623d0cd1ccb63 | [log] [tgz] |
---|---|---|
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | Sun Feb 02 21:32:13 2014 |
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | Sun Feb 02 21:32:13 2014 |
tree | 0c92ac95b76242e5a9571bd893feb6b4aa58cfb0 | |
parent | 93a69c4df2876c910ad75e80119b4f943fddd929 [diff] |
Add support for PPC64LE in configure
diff --git a/config.guess b/config.guess index ca2a03c..0bf9c94 100755 --- a/config.guess +++ b/config.guess
@@ -915,6 +915,12 @@ or32:Linux:*:*) echo or32-unknown-linux-gnu exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-gnu + exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-gnu + exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;;