[target/leon]: fix LD name
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Jan 2011 12:52:33 +0000 (12:52 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Jan 2011 12:52:33 +0000 (12:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25140 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/leon/patches/002-sparc_uimage_target.patch

index d7f2c9f..6e25ff2 100644 (file)
@@ -73,7 +73,7 @@ Subject: [PATCH] SPARC: added U-Boot build target: uImage
 +targets += uImage
 +$(obj)/uImage: $(obj)/image.gz
 +      $(call if_changed,uimage)
-+      sparc-linux-ld -Tdata $(UIMAGE_FLASHADDR) -r -b binary arch/sparc/boot/uImage -o arch/sparc/boot/uImage.o
++      $(LD) -Tdata $(UIMAGE_FLASHADDR) -r -b binary arch/sparc/boot/uImage -o arch/sparc/boot/uImage.o
 +      @echo '  Image $@ is ready'
 +
 +endif