Browse Source

fix empty vendor variable

Waldemar Brodkorb 11 years ago
parent
commit
3d8f88c32e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      embedded-test.sh

+ 3 - 3
embedded-test.sh

@@ -392,11 +392,11 @@ runtest() {
 			prefix=$libc
 			;;
 	esac
-	cross=${cpu_arch}-${vendor}-linux-${prefix}${suffix}
+	cross=${cpu_arch}-openadk-linux-${prefix}${suffix}
 	if [ -z $psuffix ];then
-		TCPATH=${topdir}/${vendor}/toolchain_qemu-${march}_${libc}_${cpu_arch}
+		TCPATH=${topdir}/openadk/toolchain_qemu-${march}_${libc}_${cpu_arch}
 	else
-		TCPATH=${topdir}/${vendor}/toolchain_qemu-${march}_${libc}_${cpu_arch}_${psuffix}
+		TCPATH=${topdir}/openadk/toolchain_qemu-${march}_${libc}_${cpu_arch}_${psuffix}
 	fi
 	export PATH="${TCPATH}/usr/bin:$PATH"