summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-23 00:26:26 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-23 00:26:26 -0500
commit4e02f2fd1ad4aac2176dfc8ee28e535316dcc664 (patch)
treea472fcd43c39b47e39e9e5795cdd3a92767d1758
parent8872d8fb147fae507725f7b2fee88b13bf9816e0 (diff)
remove unused code. we handle all compiling inside openadk.
-rwxr-xr-xembedded-test.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/embedded-test.sh b/embedded-test.sh
index 1dba4d9..62f63b9 100755
--- a/embedded-test.sh
+++ b/embedded-test.sh
@@ -323,30 +323,6 @@ runtest() {
exit 1
fi
- case $lib in
- uclibc-ng)
- prefix=uclibc
- ;;
- glibc)
- prefix=gnu
- ;;
- *)
- prefix=$libc
- ;;
- esac
- cross=${cpu_arch}-openadk-linux-${prefix}${suffix}
- if [ -z $psuffix ];then
- TCPATH=${topdir}/openadk/toolchain_qemu-${march}_${lib}_${cpu_arch}
- else
- TCPATH=${topdir}/openadk/toolchain_qemu-${march}_${lib}_${cpu_arch}_${psuffix}
- fi
- export PATH="${TCPATH}/usr/bin:$PATH"
-
- if ! which ${cross}-gcc >/dev/null; then
- echo "Checking if ${cross}-gcc is installed... failed"
- exit 1
- fi
-
echo "Starting test for $lib and ${arch}"
echo "Generating root filesystem for test run"
root=$(mktemp -d /tmp/XXXX)