From: Peter Korsgaard Date: Mon, 9 Mar 2009 14:09:20 +0000 (-0000) Subject: pciutils: fix HOST detection X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11b36efa843952e5e30ef8e77f7557ec58846346;p=buildroot.git pciutils: fix HOST detection --- diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 2a7fe88fdc..0d8155f407 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -44,6 +44,7 @@ $(PCIUTILS_DIR)/.compiled: $(PCIUTILS_DIR)/.unpacked $(MAKE1) CC="$(TARGET_CC)" OPT="$(TARGET_CFLAGS)" RANLIB=$(TARGET_RANLIB) AR=$(TARGET_AR) -C $(PCIUTILS_DIR) \ SHAREDIR="/usr/share/misc" \ ZLIB=$(PCIUTILS_HAVE_ZLIB) \ + HOST=$(KERNEL_ARCH)-linux \ PREFIX=/usr touch $@