pciutils: fix HOST detection

This commit is contained in:
Peter Korsgaard 2009-03-09 14:09:20 +00:00
parent 8566d5fa97
commit 11b36efa84
1 changed files with 1 additions and 0 deletions

View File

@ -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 $@