gcc: Depend on binutils package.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
This commit is contained in:
Christian Beier 2014-07-08 17:35:31 +02:00
parent e63c244828
commit ee43a57b74
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ define Package/gcc
CATEGORY:=Development
TITLE:=gcc
MAINTAINER:=Christian Beier <cb@shoutrlabs.com>
DEPENDS:=@TARGET_x86 @NO_STRIP
DEPENDS:= +binutils
endef
define Package/gcc/description