aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-12-16 15:28:43 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-12-16 15:28:43 -0700
commit761904fbb4b93172cc579293e0c5a500d8b59b08 (patch)
tree1add71ca23bf127f13148125d35b3fa506c009e3
parentd1a65c3aa803a387148f3cd4a2ae60030cdaf56d (diff)
Revert "put the sysroot under a target directory"HEADmaster
This reverts commit 20f0b9dd0ae2e9b017be2b14bdf65a36d19406b4. Broke tarballs.
-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