summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-03 23:27:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-03 23:27:43 +0200
commitd78407e4983b0e295a10f3e943ec0b2963d8a709 (patch)
tree03dbf94b8d793ac15c4ac9d7f1523c48e68636bc
parentc5fad4b7ecd6edeb42e3bc775273db0ee4389b70 (diff)
no qemu support for bfin, use toolchain target system
-rwxr-xr-xembedded-test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index df66281..241de9e 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -735,6 +735,10 @@ build_openadk() {
DEFAULT="$DEFAULT ADK_TARGET_ARCH=arm ADK_TARGET_SYSTEM=qemu-arm ADK_TARGET_ABI=eabihf ADK_TARGET_ENDIAN=little"
compile_openadk $DEFAULT
;;
+ bfin)
+ DEFAULT="$DEFAULT ADK_TARGET_ARCH=bfin ADK_TARGET_SYSTEM=toolchain-bfin"
+ compile_openadk "$DEFAULT"
+ ;;
m68k)
DEFAULT="$DEFAULT ADK_TARGET_ARCH=m68k ADK_TARGET_SYSTEM=aranym-m68k"
compile_openadk $DEFAULT