diff mbox

pandaboard: remove use of gcc 4.6.x

Message ID 1405607022-18746-1-git-send-email-vincent.stehle@laposte.net
State Accepted
Headers show

Commit Message

Vincent Stehlé July 17, 2014, 2:23 p.m. UTC
Gcc 4.6.x is legacy now; remove version specification from the config file to
repair the build.

Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
---
 configs/pandaboard_defconfig | 3 ---
 1 file changed, 3 deletions(-)

Comments

Thomas Petazzoni July 17, 2014, 6:55 p.m. UTC | #1
Dear Vincent Stehlé,

On Thu, 17 Jul 2014 16:23:42 +0200, Vincent Stehlé wrote:
> Gcc 4.6.x is legacy now; remove version specification from the config file to
> repair the build.
> 
> Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
> ---
>  configs/pandaboard_defconfig | 3 ---
>  1 file changed, 3 deletions(-)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/configs/pandaboard_defconfig b/configs/pandaboard_defconfig
index 401a602..50c3714 100644
--- a/configs/pandaboard_defconfig
+++ b/configs/pandaboard_defconfig
@@ -28,9 +28,6 @@  BR2_LINUX_KERNEL_USE_INTREE_DTS=y
 # might need omap4-panda or omap4-panda-a4 instead
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="omap4-panda-es"
 
-# GCC
-BR2_GCC_VERSION_4_6_X=y
-
 # Bootloaders
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_FORMAT_IMG=y