summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-06 19:37:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-06 19:37:42 +0100
commit489f01f5adb4a8cf69c8bac7b79a83480a511c87 (patch)
tree979d04d5b25f2abf679d81b9d8b0886a3cb4d50e
parent24eacd68795f157acf580d3357b1f1aad4b0796c (diff)
enable sh3 for glibc
-rwxr-xr-xembedded-test.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index d563a1b..43f0a42 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -41,7 +41,7 @@ arch_list_musl="aarch64 aarch64be armv5 armv7 armeb microblazeel \
arch_list_glibc="aarch64 aarch64be alpha armv5 armv7 armeb hppa \
ia64 microblazeel microblazebe mips mipssf mipsel mipselsf \
mips64 mips64n32 mips64n64 mips64el mips64eln32 mips64eln64 \
- nios2 ppc ppcsf ppc64 ppc64le s390 sh4 sh4eb sparc64 tilegx x86 \
+ nios2 ppc ppcsf ppc64 ppc64le s390 sh3 sh4 sh4eb sparc64 tilegx x86 \
x86_64 x86_64_x32"
# newlib
@@ -847,10 +847,11 @@ get_arch_info() {
cpu_arch=sh2
;;
sh3)
- allowed_libc="uclibc-ng"
+ allowed_libc="uclibc-ng glibc"
runtime_test=""
allowed_tests="toolchain"
default_uclibc_ng="ADK_APPLIANCE=toolchain ADK_TARGET_OS=linux ADK_TARGET_ARCH=sh ADK_TARGET_SYSTEM=generic-sh ADK_TARGET_CPU=sh3"
+ default_glibc="ADK_APPLIANCE=toolchain ADK_TARGET_OS=linux ADK_TARGET_ARCH=sh ADK_TARGET_SYSTEM=generic-sh ADK_TARGET_CPU=sh3"
cpu_arch=sh3
;;
sh4)