aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-11-23 15:27:24 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-11-23 15:27:24 -0700
commitff15642e8f22a4e67af49022543c2764883d3bf8 (patch)
treee94a0110487c885713b60a4800e0c6c6357ec76d
parent067a39b27a6787598b7c1b5a8108ffa77021e5cb (diff)
change sysroot path
-rw-r--r--config/gcc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/gcc.conf b/config/gcc.conf
index 45576c6..41c1f14 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -145,7 +145,8 @@ if test x"${build}" != x"${target}"; then
fi
# The sysroot path depends on the C library version.
if test x"${tarbin}" = xyes; then
- local sysroot="/opt/linaro/sysroot-${libc_version}-${target}"
+# local sysroot="/opt/linaro/sysroot-${libc_version}-${target}/libc"
+ local sysroot="${local_builds}/destdir/${host}/libc"
else
local sysroot="${local_builds}/sysroot-${target}"
fi