aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-12-10 15:09:09 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-12-10 15:09:09 -0700
commit20f0b9dd0ae2e9b017be2b14bdf65a36d19406b4 (patch)
treee9eabe563765c4bf975b2f9ead269cecc1415aa8
parent0ea64253821f7f72cd7da122b6e4c1c741cd9ed0 (diff)
put the sysroot under a target directory
-rw-r--r--config/gcc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gcc.conf b/config/gcc.conf
index b26345e..9a5fb25 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/${host}/libc"
+ local sysroot="${local_builds}/destdir/${target}/libc"
else
local sysroot="${local_builds}/sysroot-${target}"
fi