summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-01-25 15:58:04 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-01-25 15:58:04 +0100
commit8f61b236c9e70853e21730ad7889be9c3d23f94d (patch)
tree895013b69481baed77c863e98ad3feaee0bbef6b /package/Makefile.in
parenteef3d90998441d060785366d27f0080bbfc9e9c6 (diff)
downloadbuildroot-novena-8f61b236c9e70853e21730ad7889be9c3d23f94d.tar.gz
buildroot-novena-8f61b236c9e70853e21730ad7889be9c3d23f94d.zip
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 <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 a1e290ff5..fae0e0e1f 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