diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-31 10:50:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-31 10:50:39 +0200 |
commit | 5403f34e15a3e932162f905ba29c24853995ddd3 (patch) | |
tree | a9a56ebb7dcbf9e57e3b1f9399590d9618479c45 | |
parent | c634c3cdf8eb44e5947b41db83f379dd9ede1c28 (diff) |
fix glibc m68k test build
-rwxr-xr-x | embedded-test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index f7d0b1c..153b2b8 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -720,6 +720,9 @@ build_openadk() { armhf) make $DEFAULT ADK_TARGET_ARCH=arm ADK_TARGET_SYSTEM=qemu-arm ADK_TARGET_ABI=eabihf ADK_TARGET_ENDIAN=little defconfig all ;; + m68k) + make $DEFAULT ADK_TARGET_ARCH=m68k ADK_TARGET_SYSTEM=aranym-m68k defconfig all + ;; m68k-nommu) make $DEFAULT ADK_TARGET_ARCH=m68k ADK_TARGET_SYSTEM=qemu-m68k defconfig all ;; |