1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00
openwrt/toolchain
Hauke Mehrtens b20156ba70 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>
2019-08-05 23:22:26 +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-07-28 09:43:49 +01:00
gcc toolchain: Don't force GCC8 on ARC 2019-07-07 13:02:05 +02:00
gdb toolchain/gdb: bump to 8.2.1 2019-01-07 17:09:06 +01:00
glibc glibc: update to latest 2.27 commit (BZ #24531) 2019-05-23 14:17:21 +02:00
kernel-headers kernel-headers: adjust PKG_ variables when using git clone method 2018-01-27 16:46:45 +01:00
musl toolchain/musl: bump to version 1.1.23 2019-07-31 16:51:46 +02:00
nasm toolchain/nasm: update to version 2.14 2019-05-11 01:30:00 +02:00
uClibc update uClibc-ng from 1.0.30 to 1.0.31 2019-01-27 01:04:53 +01:00
wrapper
Config.in toolchain: replace LEDE in help text 2019-06-10 11:31:52 +02:00
info.mk
Makefile toolchain: fix gcc depends on kernel headers 2019-08-05 23:22:26 +02:00