ppc64le: Remove bogus __powerpc64le__.

Not a thing - tested on P9.
This commit is contained in:
Richard W.M. Jones
2018-08-28 08:55:06 -04:00
parent 56318f0b5f
commit 5b87b9f132

View File

@@ -552,7 +552,7 @@ qemuopts_set_binary_by_arch (struct qemuopts *qopts, const char *arch)
binary = strdup ("qemu-system-aarch64");
#elif defined(__arm__)
binary = strdup ("qemu-system-arm");
#elif defined(__powerpc64__) || defined(__powerpc64le__)
#elif defined(__powerpc64__)
binary = strdup ("qemu-system-ppc64");
#elif defined(__s390x__)
binary = strdup ("qemu-system-s390x");