From d97db71d10054999517f4fc44c669624c72ff16a Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 26 Jan 2011 14:49:00 +0100 Subject: Use 'sysroot' rather than 'sys-root' for the sysroot/staging_dir As pointed out on the list, using sysroot rather than sys-root is less confusing, as this is how it is referred to in the GCC manual. So rather than changing BR, patch ct-ng to use sysroot instead. The next ct-ng release will use 'sysroot' as well by default. Signed-off-by: Peter Korsgaard --- package/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/Makefile.in b/package/Makefile.in index d3f51ad5f..644eb1f47 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -33,7 +33,7 @@ endif REAL_GNU_TARGET_NAME=$(ARCH)-unknown-linux-$(LIBC)$(ABI) -STAGING_DIR=$(HOST_DIR)/usr/$(REAL_GNU_TARGET_NAME)/sys-root +STAGING_DIR=$(HOST_DIR)/usr/$(REAL_GNU_TARGET_NAME)/sysroot ifeq ($(BR2_OPTIMIZE_0),y) TARGET_OPTIMIZATION+=-O0 -- cgit v1.2.3