gcc: Do not build on ARC
Not supported until GCC8. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
d921407d42
commit
db85d6ec98
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ define Package/gcc
|
|||
CATEGORY:=Development
|
||||
TITLE:=gcc
|
||||
MAINTAINER:=Noble Pepper <gccmaintain@noblepepper.com>
|
||||
DEPENDS:= +binutils +libstdcpp
|
||||
DEPENDS:= +binutils +libstdcpp @!arc
|
||||
endef
|
||||
|
||||
define Package/gcc/description
|
||||
|
|
Loading…
Reference in a new issue