diff options
author | John Crispin <john@openwrt.org> | 2010-03-31 11:09:06 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2010-03-31 11:09:06 +0000 |
commit | e7cab3a71ec09a26666a78d754ef1832da9ed5b7 (patch) | |
tree | 6d27a075920cbc8e25b90495e8590981d3d34f32 /package/uboot-ifxmips/Makefile | |
parent | 0abc7e6d5312e5dedf8cf264a03943d121242ff5 (diff) | |
download | upstream-e7cab3a71ec09a26666a78d754ef1832da9ed5b7.tar.gz upstream-e7cab3a71ec09a26666a78d754ef1832da9ed5b7.tar.bz2 upstream-e7cab3a71ec09a26666a78d754ef1832da9ed5b7.zip |
uboot only builds with gcc 3.4.6
SVN-Revision: 20635
Diffstat (limited to 'package/uboot-ifxmips/Makefile')
-rw-r--r-- | package/uboot-ifxmips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-ifxmips/Makefile b/package/uboot-ifxmips/Makefile index 932c17f41d..6b78c3d0af 100644 --- a/package/uboot-ifxmips/Makefile +++ b/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 |