toolchain/binutils: fix non-sysroot build

This commit is contained in:
Peter Korsgaard 2008-12-18 16:52:00 +00:00
parent 0a694fb197
commit 11ea37c64b
1 changed files with 2 additions and 2 deletions

View File

@ -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) \