From c39681419eb0679acaab022ef1a9a12e489fd448 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 12 Dec 2006 13:32:47 +0000 Subject: [PATCH] Fix ixp compilation errors (#1003) SVN-Revision: 5771 --- package/rt2570/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/rt2570/Makefile b/package/rt2570/Makefile index 11ccfc9ae7..57b3cec2fd 100644 --- a/package/rt2570/Makefile +++ b/package/rt2570/Makefile @@ -38,6 +38,7 @@ endef define Build/Compile $(MAKE) -C "$(PKG_BUILD_DIR)/Module" \ CC="$(TARGET_CC)" \ + LD="$(TARGET_CROSS)ld" \ ARCH="$(LINUX_KARCH)" \ PWD="$(PKG_BUILD_DIR)/Module" \ KERNDIR="$(LINUX_DIR)" \ -- 2.30.2