* [Buildroot] [PATCH] config/odroidc2: force usage of gcc 4.9.x
@ 2016-10-06 11:14 Dagg Stompler
2016-10-06 15:42 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Dagg Stompler @ 2016-10-06 11:14 UTC (permalink / raw)
To: buildroot
due to an issue with odroid's u-boot, compiling u-boot with
gcc 5.x will result in a non booting image.
so a gcc 4.9.x compiler must be used.
this solve bug #9326
thanks to Erico Nunes <nunes.erico@gmail.com> for pointing
to the right issue.
Reported-by: <gahabana@mail.com>
Signed-off-by: Dagg Stompler <daggs@gmx.com>
---
configs/odroidc2_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig
index 45ede62..0c8ff3d 100644
--- a/configs/odroidc2_defconfig
+++ b/configs/odroidc2_defconfig
@@ -7,6 +7,7 @@ BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/hardkernel/odroidc2/post-image.sh"
BR2_PACKAGE_ODROID_SCRIPTS=y
+BR2_GCC_VERSION_4_9_X=y
# Kernel
BR2_KERNEL_HEADERS_VERSION=y
--
2.10.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] config/odroidc2: force usage of gcc 4.9.x
2016-10-06 11:14 [Buildroot] [PATCH] config/odroidc2: force usage of gcc 4.9.x Dagg Stompler
@ 2016-10-06 15:42 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2016-10-06 15:42 UTC (permalink / raw)
To: buildroot
>>>>> "Dagg" == Dagg Stompler <daggs@gmx.com> writes:
> due to an issue with odroid's u-boot, compiling u-boot with
> gcc 5.x will result in a non booting image.
> so a gcc 4.9.x compiler must be used.
> this solve bug #9326
> thanks to Erico Nunes <nunes.erico@gmail.com> for pointing
> to the right issue.
> Reported-by: <gahabana@mail.com>
> Signed-off-by: Dagg Stompler <daggs@gmx.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-06 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-06 11:14 [Buildroot] [PATCH] config/odroidc2: force usage of gcc 4.9.x Dagg Stompler
2016-10-06 15:42 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox