Просмотр исходного кода

fix LD name

SVN-Revision: 25140
Imre Kaloz 15 лет назад
Родитель
Сommit
ee87d99006
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/leon/patches/002-sparc_uimage_target.patch

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

@@ -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