kumquat-buildroot/support
Carlos Santos 31a1dec1f5 toolchain: generate check-headers program under $(BUILD_DIR)
Some installations mount /tmp with the 'noexec' option, which prevents
running the program generated there to check the kernel headers.

Avoid the problem by generating the program under $(BUILD_DIR), passed
as the first argument to check-kernel-headers.sh.

We could globally export a TMPDIR environment variable with some path
under $(BUILD_DIR) but such solution would be too intrusive, depriving
the user from the freedom to set TMPDIR at his will (or needs).

Fixes: https://bugs.busybox.net/show_bug.cgi?id=12241

Signed-off-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 6136765b23)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-09-30 18:02:07 +02:00
..
config-fragments config-fragments: drop old crosstool-ng toolchains 2019-03-04 16:26:20 +01:00
dependencies support/dependencies/dependencies.sh: check for JSON:PP Perl module 2019-09-26 11:11:49 +02:00
docker support/docker: use the distro-provided flake8 2018-06-17 20:54:02 +02:00
download support/download/git: fix formatting of error message 2019-06-24 21:11:26 +02:00
gnuconfig support/gnuconfig/config.sub: add C-SKY support 2019-06-06 17:18:47 +02:00
kconfig support/kconfig/merge_config.sh: avoid false positive matches from comment lines 2018-11-24 10:11:15 +01:00
legal-info legal-info: add hash for our own license file 2017-07-05 16:31:40 +02:00
libtool
misc support/cmake: Explicitly set CMAKE_SYSTEM 2019-08-30 22:33:52 +02:00
scripts toolchain: generate check-headers program under $(BUILD_DIR) 2019-09-30 18:02:07 +02:00
testing support/testing/infra/emulator: increase memory size used by Qemu 2019-06-24 21:56:13 +02:00