From 35782e478f6fd3e2814e7306fc7fc6594b8ad55a Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 17 Dec 2015 08:43:21 +0100 Subject: cross-gcc: don't set defaults for gcc versions Signed-off-by: Michael Olbrich --- rules/cross-gcc.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/rules/cross-gcc.in b/rules/cross-gcc.in index 56b6866..15d1a44 100644 --- a/rules/cross-gcc.in +++ b/rules/cross-gcc.in @@ -42,7 +42,6 @@ config CROSS_GCC_PKGVERSION config CROSS_GCC_43 bool prompt "additional deps for gcc >= 4.3" - default y help Add new dependencies for gcc >= 4.3: "GMP" and "MPFR" @@ -50,7 +49,6 @@ config CROSS_GCC_45 bool prompt "additional deps for gcc >= 4.5" select CROSS_GCC_43 - default y help Add new dependencies for gcc >= 4.5: "libelf" @@ -58,7 +56,6 @@ config CROSS_GCC_48 bool prompt "additional deps for gcc >= 4.8" select CROSS_GCC_45 - default y help Add new dependencies for gcc >= 4.8: "cloog" -- cgit v1.2.3