Fix ixp compilation errors (#1003)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Dec 2006 13:32:47 +0000 (13:32 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Dec 2006 13:32:47 +0000 (13:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5771 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/rt2570/Makefile

index 11ccfc9..57b3cec 100644 (file)
@@ -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)" \