Go to file
Thomas Petazzoni 4770c4ef83 grub2: add patch to fix build with recent gcc versions
This commit backports a patch from upstream grub2 that fixes a build
issue occuring at least with recent gcc versions:

gettext/gettext.c:37:36: error: storage size of 'main_context' isn't known
 static struct grub_gettext_context main_context, secondary_context;

Fixes bug #8991.

Bug reproduced with:

BR2_x86_64=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_5=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_GCC_VERSION_6_X=y
BR2_TARGET_GRUB2=y
BR2_TARGET_GRUB2_X86_64_EFI=y
BR2_TARGET_GRUB2_BUILTIN_MODULES="boot linux ext2 fat squash4 part_msdos part_gpt normal efi_gop terminal"

and verified fixed after adding this patch.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-25 22:07:05 +02:00
arch
board board: add blackfin gdb simulator support 2016-07-24 22:51:42 +02:00
boot grub2: add patch to fix build with recent gcc versions 2016-07-25 22:07:05 +02:00
configs board: add blackfin gdb simulator support 2016-07-24 22:51:42 +02:00
docs docs/website: adjust presentation of Mind sponsoring 2016-07-16 12:00:52 +02:00
fs
linux linux: Bump default to version 4.6.4 2016-07-11 21:55:17 +02:00
package package/libsepol: Remove use of cdefs.h 2016-07-24 23:52:23 +02:00
support support: pkg-stats: add efl package in packages stats 2016-07-24 23:25:31 +02:00
system board: add blackfin gdb simulator support 2016-07-24 22:51:42 +02:00
toolchain toolchain: add hidden symbol for PIE support 2016-07-24 21:44:22 +02:00
.defconfig
.gitignore
CHANGES
Config.in
Config.in.legacy legacy: properly handle systemd compatibility libs 2016-07-16 16:47:39 +02:00
COPYING
Makefile
Makefile.legacy
README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on Freenode IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches