aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-11-11 12:49:00 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-11-11 12:49:00 -0700
commit4e071cfdd88d62741ae0a1dada1c30b90a8d0756 (patch)
tree254b90ccddef89f4b0ccf68f40e212db224304c2
parentc55c4757fee54717b0c0c916de6249c82ee1a3b7 (diff)
fix the sysroot path for tarballs. Bug #862
Change-Id: Ie00496bbb20361f9971c0dcf02c459448f7d4df3
-rw-r--r--config/gcc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gcc.conf b/config/gcc.conf
index 1261403..45576c6 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -144,7 +144,7 @@ if test x"${build}" != x"${target}"; then
languages="${with_languages}"
fi
# The sysroot path depends on the C library version.
- if test x"{$tarbin}" = x; then
+ if test x"${tarbin}" = xyes; then
local sysroot="/opt/linaro/sysroot-${libc_version}-${target}"
else
local sysroot="${local_builds}/sysroot-${target}"