adds dependencies to gcc and binuils
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11426 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7fe5cb9a88
commit
0785e183ca
@ -18,7 +18,7 @@ define Package/build-essential
|
||||
SECTION:=devel
|
||||
CATEGORY:=Development
|
||||
TITLE:=Build essentials
|
||||
DEPENDS=+gcc +make +binutils
|
||||
DEPENDS=+gcc +make +binutils @BUILD_DEVELOPER_SYSTEM
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
|
@ -26,7 +26,7 @@ define Package/gcc
|
||||
SECTION:=devel
|
||||
CATEGORY:=Development
|
||||
TITLE:=gcc
|
||||
DEPENDS:=@TARGET_x86
|
||||
DEPENDS:=@TARGET_x86 @BUILD_DEVELOPER_SYSTEM
|
||||
endef
|
||||
|
||||
define Package/gcc/description
|
||||
|
Loading…
x
Reference in New Issue
Block a user