Go to file
Roosen Henri 767b986c4a Makefile: workaround make 4.3 issue for 'printvars and 'show-vars'
Event though the bug with make 4.3 has been reported and fixed, there
has not been a release of make with the fix for a long time, see [1].

As the root cause seems the 'filter' command cannot handle large
chunks of data, like .VARIABLES, we can workaround the problem by
using a foreach command over .VARIABLES, then use the filter command.

It might not be logical to program it that way, but at least the
functionality is now usable.

[1] https://savannah.gnu.org/bugs/?59093#comment10

Signed-off-by: Henri Roosen <henri.roosen@ginzinger.com>
[yann.morin.1998@free.fr: add comment to reference the bug]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 5c54c3ef3d)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-09-14 11:25:43 +02:00
arch arch/Config.in.riscv: lp64f ABI is only supported if MMU is enabled 2022-08-29 22:12:43 +02:00
board
boot boot/arm-trusted-firmware: set CFLAGS from environment, not override 2022-09-13 16:34:39 +02:00
configs configs/galileo_defconfig: add missing double quotes around BR2_GLOBAL_PATCH_DIR value 2022-09-13 13:54:22 +02:00
docs docs/manual/prerequisite.txt: add diffutils 2022-08-29 13:11:42 +02:00
fs
linux
package package/go: security bump to version 1.17.13 2022-09-14 11:11:54 +02:00
support support/scripts: fix TABs/spaces in check-host-rpath 2022-09-13 16:38:59 +02:00
system
toolchain toolchain/Config.in: update gcc bug 99410 2022-09-13 16:11:36 +02:00
utils utils/readme.txt: Fix typo "get-developers" 2022-08-14 21:20:35 +02:00
.clang-format
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc utils/check-package: improve shellcheck reproducibility 2022-08-18 07:59:26 +02:00
CHANGES Update for 2022.02.5 2022-08-31 22:08:58 +02:00
Config.in
Config.in.legacy
COPYING
DEVELOPERS DEVELOPERS: remove useless whitespaces before tabs 2022-09-13 16:43:18 +02:00
Makefile Makefile: workaround make 4.3 issue for 'printvars and 'show-vars' 2022-09-14 11:25:43 +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