Go to file
Fabrice Fontaine c63b00f392 package/liburcu: fix build without wchar
Fix the following build failure raised since bump to version 0.13.0 in
commit 9cedbcf494 and
8b2f0590d9:

configure: error: The compiler does not support C99

Fixes:
 - http://autobuild.buildroot.org/results/435d127728b014d565dd75861f87e18716f9fe5e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-10-11 22:59:53 +02:00
arch
board board, boot, package: remove usage of startup.nsh in EFI partition 2021-09-27 21:27:02 +02:00
boot boot/uboot: bump to version 2021.10 2021-10-09 22:43:45 +02:00
configs configs/raspberrypi*: bump kernel version to 24c8b05 (5.10.63) 2021-10-09 22:46:34 +02:00
docs docs/website: update for 2021.08.1 2021-10-11 22:35:35 +02:00
fs fs/iso9660: add support for hybrid image using Grub2 on BIOS and EFI 2021-09-29 22:58:57 +02:00
linux
package package/liburcu: fix build without wchar 2021-10-11 22:59:53 +02:00
support package/dtbocfg: new package 2021-10-11 22:50:40 +02:00
system
toolchain toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_43744 2021-10-09 22:20:09 +02:00
utils
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
CHANGES Update for 2021.08.1 2021-10-11 22:31:39 +02:00
Config.in
Config.in.legacy package/gdb: drop support for version 8.3.x 2021-10-10 19:40:18 +02:00
COPYING
DEVELOPERS package/dtbocfg: new package 2021-10-11 22:50:40 +02:00
Makefile Revert "make: support: use command -v' instead of which'" 2021-10-01 20:09:58 +02:00
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 OFTC IRC.

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