Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] FW: [PATCH] linux-headers: cross compile fix
@ 2014-02-23  8:29 Noam Camus
  2014-02-23  9:50 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Noam Camus @ 2014-02-23  8:29 UTC (permalink / raw)
  To: buildroot

Otherwise compiler not found errors occured.

Signed-off-by: Noam Camus <noamc@ezchip.com>
---
 package/linux-headers/linux-headers.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/linux-headers/linux-headers.mk b/package/linux-headers/linux-headers.mk
index 30d3076..632b94f 100644
--- a/package/linux-headers/linux-headers.mk
+++ b/package/linux-headers/linux-headers.mk
@@ -25,6 +25,7 @@ define LINUX_HEADERS_INSTALL_STAGING_CMDS
 			HOSTCFLAGS="$(HOSTCFLAGS)" \
 			HOSTCXX="$(HOSTCXX)" \
 			INSTALL_HDR_PATH=$(STAGING_DIR)/usr \
+			CROSS_COMPILE="$(TARGET_CROSS)" \
 			headers_install)
 endef
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-23 14:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-23  8:29 [Buildroot] FW: [PATCH] linux-headers: cross compile fix Noam Camus
2014-02-23  9:50 ` Thomas Petazzoni
2014-02-23 12:33   ` Noam Camus
2014-02-23 14:11     ` Thomas Petazzoni
2014-02-23 14:13     ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox