summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel-headers/no-relocs.patch
Commit message (Collapse)AuthorAge
* linuxHeaders: 4.19.16 -> 5.5Orivej Desh2020-02-01
| | | | | | | Linux has reworked its header install process in https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=59b2bd05f5f4dc62979c2e82ddd384f07e8f10bc It has introduced `make headers` that prepares the headers in ./usr/include, and made `make headers_install` copy the headers from there using rsync.
* linux-headers: Fix Darwin cross buildDaiderd Jordan2018-10-23
Carefully fake cc-version and cc-fullversion to avoid needing a compiler for the kernel itself to build the headers. For some reason, doing `make install_headers` twice, first without INSTALL_HDR_PATH=$out then with, is neccessary to get this to work.