From: Thomas Petazzoni Date: Mon, 10 Nov 2014 19:50:25 +0000 (+0100) Subject: configs/apf9328: use default gcc version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef83e9d978cace4cf260c1c3db6f4f5467f20afc;p=buildroot.git 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 --- 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