diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-12-28 16:10:27 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-28 22:38:47 +0100 |
commit | 87b81bb56f45f3bb903c085f0745775e140e2154 (patch) | |
tree | 17585c55294c58ef9d9d4a8d2b63da2f3bc5ee34 /Makefile | |
parent | f78b344ea82f6f45547788652c4352ba2a623cbb (diff) |
toolchain: move sysroot to host dir
* Drop the BR2_STAGING_DIR option
* Hardcode STAGING_DIR to $(HOST_DIR)/usr/TUPLE/sysroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -268,8 +268,6 @@ TAR_OPTIONS=$(call qstrip,$(BR2_TAR_OPTIONS)) -xf GNU_TARGET_SUFFIX:=-$(call qstrip,$(BR2_GNU_TARGET_SUFFIX)) -STAGING_DIR:=$(call qstrip,$(BR2_STAGING_DIR)) - # packages compiled for the host goes here HOST_DIR:=$(BASE_DIR)/host |