From: Florian Fainelli Date: Tue, 12 Dec 2006 13:32:47 +0000 (+0000) Subject: Fix ixp compilation errors (#1003) X-Git-Tag: reboot~30286 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=c39681419eb0679acaab022ef1a9a12e489fd448 Fix ixp compilation errors (#1003) SVN-Revision: 5771 --- 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)" \