summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-14 20:44:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-14 20:44:44 +0200
commitd477219619447fe8db4feb743487466bdeb6448f (patch)
treee2c10ff8739dce49293dac143d9223aa2d77dc65
parentd65472879e2490e5487cbb1127733e5394fff97b (diff)
fix default build f.e. ppc64
-rwxr-xr-xembedded-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index 671a310..6112aee 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -574,7 +574,7 @@ build() {
compile "$DEFAULT"
;;
*)
- DEFAULT="$DEFAULT ADK_TARGET_ARCH=$1 ADK_TARGET_SYSTEM=qemu-$1"
+ DEFAULT="$DEFAULT ADK_TARGET_ARCH=$arch ADK_TARGET_SYSTEM=qemu-$arch"
compile "$DEFAULT"
;;
esac