summaryrefslogtreecommitdiffstats
path: root/make/iproute2.mk
diff options
context:
space:
mode:
authorManuel Novoa III2003-11-17 02:31:38 +0100
committerManuel Novoa III2003-11-17 02:31:38 +0100
commit50e1da8698f484cfcf6793136ea268c3f997d6ea (patch)
tree41b4b9ee3ae7f0ecb179689601ca048b825225b7 /make/iproute2.mk
parentFix most things when large file support is not configured. (diff)
downloadbuildroot-50e1da8698f484cfcf6793136ea268c3f997d6ea.tar.gz
buildroot-50e1da8698f484cfcf6793136ea268c3f997d6ea.tar.xz
buildroot-50e1da8698f484cfcf6793136ea268c3f997d6ea.zip
Fix most things when large file support is not configured.
Mostly submitted by Thomas Lundquist <lists@zelow.no>.
Diffstat (limited to 'make/iproute2.mk')
-rw-r--r--make/iproute2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/iproute2.mk b/make/iproute2.mk
index ba49864b7..a048393b6 100644
--- a/make/iproute2.mk
+++ b/make/iproute2.mk
@@ -40,7 +40,7 @@ $(IPROUTE2_DIR)/.configured: $(IPROUTE2_DIR)/.unpacked
touch $(IPROUTE2_DIR)/.configured
$(IPROUTE2_DIR)/tc/tc: $(IPROUTE2_DIR)/.configured
- $(MAKE) -C $(IPROUTE2_DIR) KERNEL_INCLUDE=$(LINUX_SOURCE_DIR)/include CC=$(TARGET_CC)
+ $(MAKE) -C $(IPROUTE2_DIR) KERNEL_INCLUDE=$(LINUX_SOURCE_DIR)/include CC=$(TARGET_CC) AR=$(TARGET_AR)
$(TARGET_DIR)/usr/sbin/tc: $(IPROUTE2_DIR)/tc/tc
# Copy The tc binary