openwrt/toolchain
Hauke Mehrtens 930c141b69 toolchain: fix gcc depends on kernel headers
GCC needs the kernel headers to compile.
Some GCC file includes asm/unistd.h which is provided by the kernel headers.
Normally the kernel headers build is very fast and ready before the gcc uses
it, but if it clones the kernel from a slow git repository it takes longer
and then it could be that the gcc already wants to use the kernel headers
before they are available. This patch fixes this problem by adding the
missing dependency.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
(cherry picked from commit b20156ba70)
2019-09-04 13:35:53 +02:00
..
binutils toolchain/binutils: use default Host/Configure rule 2019-05-11 23:10:10 +02:00
fortify-headers toolchain/fortify-headers: Update to 1.1 2019-09-04 13:33:29 +02:00
gcc replace links towards lede-project.org with openwrt.org 2019-06-11 01:46:53 +02:00
gdb
glibc glibc: update to latest 2.27 commit (BZ #24531) 2019-05-23 14:17:21 +02:00
kernel-headers
musl musl: Fix CVE-2019-14697 2019-08-18 23:59:23 +02:00
nasm toolchain/nasm: update to version 2.14 2019-05-11 01:30:00 +02:00
uClibc
wrapper
Config.in toolchain: replace LEDE in help text 2019-06-10 11:31:52 +02:00
Makefile toolchain: fix gcc depends on kernel headers 2019-09-04 13:35:53 +02:00
info.mk