From ef83e9d978cace4cf260c1c3db6f4f5467f20afc Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 10 Nov 2014 20:50:25 +0100 Subject: [PATCH] configs/apf9328: use default gcc version The gcc 4.4 version has been deprecated recently, so we cannot use it anymore. Since this platform is just using a normal ARM processor with nothing special, we can expect the default gcc version to just work. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- configs/armadeus_apf9328_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/armadeus_apf9328_defconfig b/configs/armadeus_apf9328_defconfig index 806e9a88da..048bd288f5 100644 --- a/configs/armadeus_apf9328_defconfig +++ b/configs/armadeus_apf9328_defconfig @@ -3,7 +3,6 @@ BR2_arm=y BR2_arm920t=y # Toolchain -BR2_GCC_VERSION_4_4_X=y BR2_PACKAGE_GDB=y BR2_PACKAGE_HOST_GDB=y BR2_ENABLE_LOCALE_PURGE=y -- 2.30.2