From 87b81bb56f45f3bb903c085f0745775e140e2154 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 28 Dec 2010 16:10:27 -0300 Subject: 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 Signed-off-by: Peter Korsgaard --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6ab07e40..9ba80a689 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3