summaryrefslogtreecommitdiffstats
path: root/package/pciutils
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-09 14:09:20 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-09 14:09:20 +0000
commit11b36efa843952e5e30ef8e77f7557ec58846346 (patch)
tree817902ab24b5108a115fb7357fbb09696993f6f6 /package/pciutils
parent8566d5fa978fa794f4504549dcd679bb7fe79076 (diff)
downloadbuildroot-novena-11b36efa843952e5e30ef8e77f7557ec58846346.tar.gz
buildroot-novena-11b36efa843952e5e30ef8e77f7557ec58846346.zip
pciutils: fix HOST detection
Diffstat (limited to 'package/pciutils')
-rw-r--r--package/pciutils/pciutils.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk
index 2a7fe88fd..0d8155f40 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 $@