diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-25 15:58:04 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-25 15:58:04 +0100 |
commit | 8f61b236c9e70853e21730ad7889be9c3d23f94d (patch) | |
tree | 895013b69481baed77c863e98ad3feaee0bbef6b | |
parent | eef3d90998441d060785366d27f0080bbfc9e9c6 (diff) | |
download | buildroot-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>
-rw-r--r-- | package/Makefile.in | 2 |
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 |