kumquat-buildroot/toolchain/toolchain-external
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
..
toolchain-external-arm-aarch64 toolchain-external: update Arm AArch64 toolchain 8.2-2018.11 2019-01-04 12:45:17 +01:00
toolchain-external-arm-aarch64-be toolchain-external: update Arm AArch64-BE toolchain 8.2-2018.11 2019-01-04 12:45:02 +01:00
toolchain-external-arm-arm toolchain-external: update Arm ARM toolchain 8.2-2018.11 2019-01-04 12:44:51 +01:00
toolchain-external-codescape-img-mips toolchain/toolchain-external-codescape-img-mips: rewrap Config.in help text 2018-12-01 22:58:36 +01:00
toolchain-external-codescape-mti-mips toolchain/toolchain-external-codescape-mti-mips: rewrap Config.in.help text 2018-12-01 22:57:40 +01:00
toolchain-external-codesourcery-aarch64 toolchain/external: hide versions too old for the current arch 2017-11-24 22:16:19 +01:00
toolchain-external-codesourcery-amd64 toolchain: CodeSourcery AMD64 affected by PR20006 2018-11-29 21:22:18 +01:00
toolchain-external-codesourcery-arm arch/arm: armv8 is really armv8a 2017-11-24 23:01:41 +01:00
toolchain-external-codesourcery-mips toolchain/external: hide versions too old for the current arch 2017-11-24 22:16:19 +01:00
toolchain-external-codesourcery-niosII toolchain-external: bump CodeSourcery NIOSII to 2018.05 2018-05-30 22:51:29 +02:00
toolchain-external-custom toolchain/toolchain-external-custom: support Linux 4.20 kernel headers 2019-01-01 22:57:21 +01:00
toolchain-external-linaro-aarch64 toolchain-external: bump version of Linaro AArch64 toolchain to 7.3-2018.05 2018-06-23 17:19:40 +02:00
toolchain-external-linaro-aarch64-be toolchain-external-linaro-aarch64-be: new package 2018-06-28 22:15:55 +02:00
toolchain-external-linaro-arm toolchain-external: bump version of Linaro ARM toolchain to 7.3-2018.05 2018-06-23 17:20:09 +02:00
toolchain-external-linaro-armeb toolchain-external: bump version of Linaro ARMeb toolchain to 7.3-2018.05 2018-06-23 17:20:19 +02:00
toolchain-external-synopsys-arc toolchain: bump ARC prebuild toolchain to arc-2018.09 2018-11-29 21:39:44 +01:00
Config.in toolchain-external: add Arm AArch64-BE toolchain 8.2-2018.08 2018-10-20 17:12:21 +02:00
pkg-toolchain-external.mk toolchain: generate check-headers program under $(BUILD_DIR) 2019-09-30 18:02:07 +02:00
toolchain-external.mk