From 4d7f02c5f191e840263bf8c226a9e2bc0e4ba31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 18 Oct 2013 23:49:59 +0000 Subject: main/gcc: fix cross compiler creation and cross compiling native compiler - paxctl is needed always, make it unconditional dependency - when cross building native compiler, the configury breaks unless all the host libraries are present (it tries to include them) so make sure builder has whatever the host needs --- main/gcc/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main') diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index 0882435965..45c7609b92 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -20,7 +20,7 @@ arch="all" license="GPL LGPL" _gccrel=$pkgver-r$pkgrel depends="binutils$_cross" -makedepends_build="bison flex texinfo gawk zip" +makedepends_build="paxctl bison flex texinfo gawk zip gmp-dev mpfr-dev mpc1-dev zlib-dev cloog-dev" makedepends_host="gmp-dev mpfr-dev mpc1-dev zlib-dev cloog-dev !libiconv-dev !gettext-dev" makedepends="$makedepends_build $makedepends_host" subpackages=" " @@ -127,7 +127,6 @@ if $LANG_OBJC; then fi if $LANG_JAVA; then subpackages="$subpackages libgcj gcc-java$_cross:java" - makedepends="$makedepends paxctl" _languages="$_languages,java" fi if $LANG_GO; then -- cgit v1.2.3