summaryrefslogtreecommitdiff
path: root/embedded-test.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-02 13:17:44 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-02 13:17:44 -0600
commit29d31592ca4842d3a55f995c7e487a421ba7b738 (patch)
treebc09ba9d8723233a443e338ca37b8b32de359023 /embedded-test.sh
parentd8b2079a99e32060cee85b70965f3c9d53926631 (diff)
disable m68k for uClibc, add gitversion
Diffstat (limited to 'embedded-test.sh')
-rwxr-xr-xembedded-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index 35735a6..cd65e01 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -28,7 +28,7 @@
# ppc-nofpu problem with busybox sort, broken startup order for glibc
arch_list_uclibcng="arm armhf armeb arc arcbe avr32 bfin c6x cris m68k m68k-nommu microblazeel microblazebe mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64 xtensa"
-arch_list_uclibc="arm armhf armeb arc arcbe bfin m68k mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64"
+arch_list_uclibc="arm armhf armeb arc arcbe bfin mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64el mips64eln64 ppc-nofpu sh sheb sparc x86 x86_64"
arch_list_musl="arm armhf armeb microblazeel microblazebe mips mipsel ppc-nofpu sh sheb x86 x86_64"
arch_list_glibc="aarch64 arm armhf armeb m68k microblazeel microblazebe mips mipsel mips64 mips64eln32 mips64n32 mips64n64 mips64el mips64eln32 mips64eln64 ppc-nofpu ppc64 sh sheb sparc sparc64 tile x86 x86_64"
@@ -607,7 +607,7 @@ for lib in ${libc}; do
uclibc-ng)
archlist=$arch_list_uclibcng
version=1.0.0
- gitversion=1.0.0
+ gitversion=1.0.0-git
libver=uClibc-ng-${gitversion}
libdir=uClibc-ng
;;