1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 02:52:01 +03:00

Revert "mark as broken since it does not compile"

the gcc-mips compile fine in 32bit.
 this commit:30e2a2a fixed compile error in 64bit system.

This reverts commit f4bd1f2da8.
This commit is contained in:
Xiangfu Liu 2010-11-08 00:58:44 +08:00
parent 30e2a2aca8
commit 8dbf61cc60

View File

@ -36,7 +36,7 @@ define Package/gcc-mips
SECTION:=devel
CATEGORY:=Development
TITLE:=gcc-mips
DEPENDS:=@BROKEN +mpfr +binutils
DEPENDS:=+mpfr +binutils
endef
define Package/gcc-mips/description