diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-14 20:44:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-14 20:44:53 +0200 |
commit | 4ce7609c1b8f9672bb6c8efba9cac284c702bf1c (patch) | |
tree | f9e6616bdc18a691e91f432cda56f76673c5f6f8 | |
parent | d477219619447fe8db4feb743487466bdeb6448f (diff) | |
parent | 6a20b83a3959d12b54e2ebeba6ba80bead8b9da0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/embedded-test
-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 6112aee..d3eca80 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -26,7 +26,7 @@ # sheb network card get no ip # testsuite compile issues for m68k -arch_list_uclibcng="arm armhf bfin m68k-nommu mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64 xtensa" +arch_list_uclibcng="arm armhf arc arcbe bfin m68k-nommu mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64 xtensa" arch_list_uclibc="arm armhf arc arcbe avr32 bfin m68k-nommu mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64 xtensa" arch_list_musl="arm armhf mips mipsel ppc-nofpu sh sheb x86 x86_64" arch_list_glibc="aarch64 arm armhf m68k mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64eln32 mips64eln64 ppc-nofpu ppc64 sh sheb sparc sparc64 x86 x86_64" @@ -592,7 +592,7 @@ for lib in ${libc}; do archlist=$arch_list_uclibcng fi version=1.0.0 - gitversion=1.0.0-git + gitversion=1.0.0 libver=uClibc-ng-${gitversion} libdir=uClibc-ng ;; |