summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-05 09:51:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-05 09:51:56 +0200
commit313102ecc532927c669ab4a5962074211b226a6c (patch)
treee4f73432b9708d3fd38ba75e5232023ee3639220
parente6f486da076d5da2f04708d4b9288892eaa01c8d (diff)
no runtime test for aarcch64
-rwxr-xr-xembedded-test.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index e144a4e..b82e334 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -674,6 +674,9 @@ build_openadk() {
esac
fi
case $1 in
+ aarch64)
+ make $DEFAULT ADK_TARGET_ARCH=aarch64 ADK_TARGET_SYSTEM=arm-fm defconfig all
+ ;;
arm)
make $DEFAULT ADK_TARGET_ARCH=arm ADK_TARGET_SYSTEM=qemu-arm ADK_TARGET_ABI=eabi ADK_TARGET_ENDIAN=little defconfig all
;;
@@ -740,7 +743,7 @@ if [ "$vendor" = "openadk" ];then
build_openadk $arch 99
if [ $boot -eq 1 ];then
case $arch in
- m68k-nommu|ppc|sheb|xtensa|mips64eln32|mips64n32)
+ aarch64|m68k-nommu|ppc|sheb|xtensa|mips64eln32|mips64n32)
echo "runtime tests disabled for $arch."
;;
*)
@@ -751,7 +754,7 @@ if [ "$vendor" = "openadk" ];then
fi
if [ $ltp -eq 1 ];then
case $arch in
- m68k-nommu|ppc|sheb|xtensa|mips64eln32|mips64n32)
+ aarch64|m68k-nommu|ppc|sheb|xtensa|mips64eln32|mips64n32)
echo "runtime tests disabled for $arch."
;;
*)
@@ -762,7 +765,7 @@ if [ "$vendor" = "openadk" ];then
fi
if [ $test -eq 1 ];then
case $arch in
- m68k-nommu|ppc|sheb|xtensa|mips64eln32|mips64n32)
+ aarch64|m68k-nommu|ppc|sheb|xtensa|mips64eln32|mips64n32)
echo "runtime tests disabled for $arch."
;;
*)
@@ -773,7 +776,7 @@ if [ "$vendor" = "openadk" ];then
fi
if [ $gcc -eq 1 ];then
case $arch in
- m68k-nommu|ppc|sheb|xtensa|mips64eln32|mips64n32)
+ aarch64|m68k-nommu|ppc|sheb|xtensa|mips64eln32|mips64n32)
echo "runtime tests disabled for $arch."
;;
*)