From: Peter Korsgaard Date: Tue, 25 Jan 2011 14:58:04 +0000 (+0100) Subject: Use sys-root rather than sysroot for the sysroot/staging_dir X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f61b236c9e70853e21730ad7889be9c3d23f94d;p=buildroot.git Use sys-root rather than sysroot for the sysroot/staging_dir The name of the sysroot directory is arbitrary, but as ct-ng uses sys-root, let's use that as well for consistency. Signed-off-by: Peter Korsgaard --- diff --git a/package/Makefile.in b/package/Makefile.in index a1e290ff5d..fae0e0e1ff 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -35,7 +35,7 @@ endif REAL_GNU_TARGET_NAME=$(ARCH)-unknown-linux-$(LIBC)$(ABI) -STAGING_DIR=$(HOST_DIR)/usr/$(REAL_GNU_TARGET_NAME)/sysroot +STAGING_DIR=$(HOST_DIR)/usr/$(REAL_GNU_TARGET_NAME)/sys-root ifeq ($(BR2_OPTIMIZE_0),y) TARGET_OPTIMIZATION+=-O0