projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eef3d90
)
Use sys-root rather than sysroot for the sysroot/staging_dir
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 25 Jan 2011 14:58:04 +0000
(15:58 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 25 Jan 2011 14:58:04 +0000
(15:58 +0100)
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>
package/Makefile.in
patch
|
blob
|
history
diff --git
a/package/Makefile.in
b/package/Makefile.in
index a1e290ff5dca33c06b63e8c9eeccfd3ca675a6f9..fae0e0e1ff9c59d71e13093fe96d0c9d69e65086 100644
(file)
--- 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