You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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)
5 years ago
..
binutils toolchain/binutils: use default Host/Configure rule 5 years ago
fortify-headers toolchain/fortify-headers: Update to 1.1 5 years ago
gcc replace links towards lede-project.org with openwrt.org 5 years ago
gdb toolchain/gdb: bump to 8.2.1 5 years ago
glibc glibc: update to latest 2.27 commit (BZ #24531) 5 years ago
kernel-headers kernel-headers: adjust PKG_ variables when using git clone method 6 years ago
musl musl: Fix CVE-2019-14697 5 years ago
nasm toolchain/nasm: update to version 2.14 5 years ago
uClibc update uClibc-ng from 1.0.30 to 1.0.31 5 years ago
wrapper buildroot: allow specifying libc personality for external toolchains 11 years ago
Config.in toolchain: replace LEDE in help text 5 years ago
Makefile toolchain: fix gcc depends on kernel headers 5 years ago
info.mk uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 15 years ago