mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
gcc: Do not build on ARC
Not supported until GCC8. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user