aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/gcc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gcc.conf b/config/gcc.conf
index 9a5fb25..b26345e 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -146,7 +146,7 @@ if test x"${build}" != x"${target}"; then
# The sysroot path depends on the C library version.
if test x"${tarbin}" = xyes; then
# local sysroot="/opt/linaro/sysroot-${libc_version}-${target}/libc"
- local sysroot="${local_builds}/destdir/${target}/libc"
+ local sysroot="${local_builds}/destdir/${host}/libc"
else
local sysroot="${local_builds}/sysroot-${target}"
fi