Fix typo in the TARGETSDKARCH and simplify.
Bug-AGL: SPEC-2931
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I0fa79805bb6de8a29ffa0c26f9250066ffead464
export TARGETSDKMACHINE="qemuarm"
;;
x86-64)
+ export TARGETSDKARCH="corei7-64"
+ # starting with master, we use qemu for the SDK.
if test x"master" = x"$AGLBRANCH" ; then
- export TARGETSDKARCH="qemux86-64"
export TARGETSDKMACHINE="qemux86-64"
else
- export TARGETSDKARCH="corei7-64"
export TARGETSDKMACHINE="intel-corei7-64"
fi
;;