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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7354f59cae
commit
ef83e9d978
@ -3,7 +3,6 @@ BR2_arm=y
|
|||||||
BR2_arm920t=y
|
BR2_arm920t=y
|
||||||
|
|
||||||
# Toolchain
|
# Toolchain
|
||||||
BR2_GCC_VERSION_4_4_X=y
|
|
||||||
BR2_PACKAGE_GDB=y
|
BR2_PACKAGE_GDB=y
|
||||||
BR2_PACKAGE_HOST_GDB=y
|
BR2_PACKAGE_HOST_GDB=y
|
||||||
BR2_ENABLE_LOCALE_PURGE=y
|
BR2_ENABLE_LOCALE_PURGE=y
|
||||||
|
Loading…
Reference in New Issue
Block a user