From c002b1cf3f410577981c1650e4b528b12d2f42fc Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 19 Nov 2010 06:18:08 +0100 Subject: [PATCH] gcc-core: fix dependencies Signed-off-by: Stephan Raue --- packages/toolchain/lang/gcc-core/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolchain/lang/gcc-core/meta b/packages/toolchain/lang/gcc-core/meta index 625d9de3a3..3260d62126 100644 --- a/packages/toolchain/lang/gcc-core/meta +++ b/packages/toolchain/lang/gcc-core/meta @@ -6,7 +6,7 @@ PKG_LICENSE="GPL" PKG_SITE="http://gcc.gnu.org/" PKG_URL="" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="ccache binutils gmp mpfr mpc ppl cloog-ppl libelf autoconf-2.64" +PKG_BUILD_DEPENDS="ccache autoconf-2.64 binutils gmp mpfr mpc ppl cloog-ppl libelf" PKG_PRIORITY="optional" PKG_SECTION="toolchain/lang" PKG_SHORTDESC="gcc: The GNU Compiler Collection Version 4 (aka GNU C Compiler)"