Browse Source

uboot only builds with gcc 3.4.6

SVN-Revision: 20635
John Crispin 16 years ago
parent
commit
e7cab3a71e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/uboot-ifxmips/Makefile

+ 1 - 1
package/uboot-ifxmips/Makefile

@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/uboot-ifxmips
   SECTION:=boot
   CATEGORY:=Boot Loaders
-  DEPENDS:=@TARGET_ifxmips
+  DEPENDS:=@TARGET_ifxmips @BROKEN
   TITLE:=U-Boot for Infineon MIPS boards
   URL:=http://www.denx.de/wiki/U-Boot
 endef