summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-01-26 14:49:00 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-01-26 14:49:00 +0100
commitd97db71d10054999517f4fc44c669624c72ff16a (patch)
treeeef1917cb7e53ce0b21d73778bfedf8b9766d658 /package/Makefile.in
parent30366440498292065a16865784c859d1f25dcb7b (diff)
downloadbuildroot-novena-d97db71d10054999517f4fc44c669624c72ff16a.tar.gz
buildroot-novena-d97db71d10054999517f4fc44c669624c72ff16a.zip
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 <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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