projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a694fb
)
toolchain/binutils: fix non-sysroot build
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 18 Dec 2008 16:52:00 +0000
(16:52 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 18 Dec 2008 16:52:00 +0000
(16:52 -0000)
toolchain/binutils/binutils.mk
patch
|
blob
|
history
diff --git
a/toolchain/binutils/binutils.mk
b/toolchain/binutils/binutils.mk
index 9fd2b3e693e7258d6375644dcf519262b6a0981c..a9ec7d35289a79acdc2049e789e420f14b411a90 100644
(file)
--- a/
toolchain/binutils/binutils.mk
+++ b/
toolchain/binutils/binutils.mk
@@
-109,8
+109,8
@@
$(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
--build=$(GNU_HOST_NAME) \
--host=$(GNU_HOST_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
+ --mandir=
$(BR2_SYSROOT_PREFIX)
/usr/share/man \
+ --infodir=
$(BR2_SYSROOT_PREFIX)
/usr/share/info \
$(BR2_CONFIGURE_DEVEL_SYSROOT) \
$(BR2_CONFIGURE_STAGING_SYSROOT) \
$(DISABLE_NLS) \