summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-02-15 19:51:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-02-15 19:51:16 +0100
commit749a65dc8e659dd51b8f328a31210a4d9551c06e (patch)
treed321c1b9b310058ec72870ebc8d674d43dda64b0
parentf0cfa7565bd09b6733e29167e9154e9d07f4690e (diff)
update openadk download url
-rwxr-xr-xembedded-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index e63f268..8e74322 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -52,7 +52,7 @@ arch_list_newlib="aarch64 aarch64be arcv1 armv5 armeb bfin crisv10 \
nios2 or1k ppc rx sh sparc sparc64 v850 x86 x86_64"
topdir=$(pwd)
-giturl=http://git.openadk.org/openadk.git
+giturl=https://git.openadk.org/git/openadk.git
valid_libc="uclibc-ng musl glibc newlib"
valid_tests="toolchain boot libc libcmusl ltp mksh native"
valid_thread_types="none lt nptl"