From a2ddfb0ee91c575bb0d9c1d42944a78e75f9669f Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 18 Jan 2019 19:57:20 +0000 Subject: [PATCH] Fix Plume arm builds (#427) llvm latest svn commit is broken as of 2019/01/12. This patch pins the llvm+lld versions used for arm compiles. It also tweaks the architecture detection to be more reliable in multi-lib/multi-arch situations where the CPU is 64bit but the runtime is 32bit. --- script/plume-front.sh | 20 ++++++++++++++++++-- script/wasm-deps.sh | 28 ++++++++++++++++++++++++---- 2 files changed, 42 insertions(+), 6 deletions(-) diff --git a/script/plume-front.sh b/script/plume-front.sh index 9f447be1..8568e076 100644 --- a/script/plume-front.sh +++ b/script/plume-front.sh @@ -1,8 +1,24 @@ #!/bin/bash -ARCH=`arch` +ARCH=$(python <