summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-05-14 03:59:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-05-14 03:59:37 +0200
commit0e3c9018aa9b69f20deb674f0d41a293986a1392 (patch)
tree37921b1b411897c673b0ea2ef9e8455fa2d49323
parent0a272a47ce5eb63767723d6c2e252358e0452543 (diff)
fix musl ppc64le tests
-rwxr-xr-xembedded-test.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index d355dfd..529c0b9 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -684,7 +684,9 @@ get_arch_info() {
default_musl="ADK_APPLIANCE=test ADK_TARGET_OS=linux ADK_TARGET_ARCH=ppc64 ADK_TARGET_FS=initramfsarchive ADK_TARGET_SYSTEM=qemu-ppc64 ADK_TARGET_ENDIAN=little"
default_glibc="ADK_APPLIANCE=test ADK_TARGET_OS=linux ADK_TARGET_ARCH=ppc64 ADK_TARGET_FS=initramfsarchive ADK_TARGET_SYSTEM=qemu-ppc64 ADK_TARGET_ENDIAN=little"
cpu_arch=ppc64
- qemu=qemu-system-${cpu_arch}
+ endian=le
+ march=ppc64
+ qemu=qemu-system-ppc64
qemu_machine=pseries
suffix=${cpu_arch}
;;