All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/roseapplepi_defconfig: use gcc 7.x
@ 2019-08-28 20:46 Peter Korsgaard
  2019-08-29 19:52 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2019-08-28 20:46 UTC (permalink / raw)
  To: buildroot

The old 3.10.x based vendor kernel does not build correctly with gcc 8.x.

While there is basic s500 support in the mainline kernel, there is not yet a
mmc driver so it isn't quite a replacement yet.

Stick to the vender kernel for now and revert back to gcc 7.x, hopefully
mainline support will be more complete once gcc 7.x gets dropped.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/roseapplepi_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/roseapplepi_defconfig b/configs/roseapplepi_defconfig
index 327176254a..966d444a45 100644
--- a/configs/roseapplepi_defconfig
+++ b/configs/roseapplepi_defconfig
@@ -6,6 +6,8 @@ BR2_ARM_ENABLE_VFP=y
 BR2_GLOBAL_PATCH_DIR="board/roseapplepi/patches"
 # Linux headers same as kernel, a 3.10 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
+# kernel does not build with gcc 8.x
+BR2_GCC_VERSION_7_X=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/roseapplepi/post-image.sh"
 
 BR2_LINUX_KERNEL=y
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] configs/roseapplepi_defconfig: use gcc 7.x
  2019-08-28 20:46 [Buildroot] [PATCH] configs/roseapplepi_defconfig: use gcc 7.x Peter Korsgaard
@ 2019-08-29 19:52 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2019-08-29 19:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > The old 3.10.x based vendor kernel does not build correctly with gcc 8.x.
 > While there is basic s500 support in the mainline kernel, there is not yet a
 > mmc driver so it isn't quite a replacement yet.

 > Stick to the vender kernel for now and revert back to gcc 7.x, hopefully
 > mainline support will be more complete once gcc 7.x gets dropped.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-29 19:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-28 20:46 [Buildroot] [PATCH] configs/roseapplepi_defconfig: use gcc 7.x Peter Korsgaard
2019-08-29 19:52 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.