From 1828845345ff964c49a0c907e175d33d05cf380a Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 13 Jun 2008 13:46:42 +0000 Subject: [PATCH] u-boot: don't depend on gcc (not needed and not provided by ext toolchain) --- target/u-boot/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index fd74d41e03..8e97c7075a 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -135,7 +135,7 @@ $(TARGET_DIR)/usr/sbin/fw_printenv: $(U_BOOT_DIR)/$(U_BOOT_BIN) $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@ ln -sf fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv -u-boot: gcc $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TARGET_TOOLS) +u-boot: $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TARGET_TOOLS) u-boot-clean: -$(MAKE) -C $(U_BOOT_DIR) clean -- 2.30.2