diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-02 21:32:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-05 12:12:55 +0100 |
commit | 95c3ca4a15ec79e942e6c5ca171a73d8e256a956 (patch) | |
tree | 073cb8e483fa305a70e91ed2e9820c716ed8407c | |
parent | 605b43e97963d8876027d9087e91c2089cda3bcd (diff) |
add new newlib arch, update musl
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
-rwxr-xr-x | embedded-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index d9dca1e..5661363 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -32,7 +32,7 @@ arch_list_musl="aarch64 armv5 armv6 armv7 armeb microblazeel microblazebe mips m arch_list_glibc="aarch64 alpha armv5 armv6 armv7 armeb ia64 microblazeel microblazebe mips mipssf mipsel mipselsf mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64eln32 mips64eln64 nios2 ppc ppcsf ppc64 ppc64le s390 sh4 sh4eb sparc64 tilegx x86 x86_64" # newlib -arch_list_newlib="armv5 armeb bfin crisv10 crisv32 frv lm32 m68k microblazeel mips mipsel or1k ppc sparc x86" +arch_list_newlib="aarch64 arc armv5 armeb bfin crisv10 crisv32 frv lm32 m68k microblazeel mips mipsel or1k ppc sparc x86" topdir=$(pwd) giturl=http://git.openadk.org/openadk.git @@ -644,7 +644,7 @@ get_arch_info() { default_glibc="ADK_APPLIANCE=test ADK_TARGET_ARCH=sparc ADK_TARGET_FS=initramfsarchive ADK_TARGET_SYSTEM=qemu-sparc" default_newlib="ADK_APPLIANCE=new ADK_TARGET_ARCH=sparc ADK_TARGET_SYSTEM=toolchain-sparc" cpu_arch=sparc - qemu_machine=SS-5 + qemu_machine=SS-10 ;; sparc64) allowed_libc="glibc" |