blob: 2380528828d7cc7289d82f95f181ecd69e5867ad [file] [log] [blame]
Brad Bishope4ad8282016-06-09 00:31:32 -04001--- a/libev/config.guess 2016-06-09 00:16:50.616787488 -0400
2+++ b/libev/config.guess 2016-06-09 00:18:30.441578080 -0400
3@@ -921,6 +921,9 @@ EOF
4 ppc64:Linux:*:*)
5 echo powerpc64-unknown-linux-gnu
6 exit ;;
7+ ppc64le:Linux:*:*)
8+ echo powerpc64le-unknown-linux-gnu
9+ exit ;;
10 alpha:Linux:*:*)
11 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
12 EV5) UNAME_MACHINE=alphaev5 ;;