gcc: Depend on binutils package.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
This commit is contained in:
parent
e63c244828
commit
ee43a57b74
|
@ -27,7 +27,7 @@ define Package/gcc
|
||||||
CATEGORY:=Development
|
CATEGORY:=Development
|
||||||
TITLE:=gcc
|
TITLE:=gcc
|
||||||
MAINTAINER:=Christian Beier <cb@shoutrlabs.com>
|
MAINTAINER:=Christian Beier <cb@shoutrlabs.com>
|
||||||
DEPENDS:=@TARGET_x86 @NO_STRIP
|
DEPENDS:= +binutils
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gcc/description
|
define Package/gcc/description
|
||||||
|
|
Loading…
Reference in New Issue