about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel-headers/no-relocs.patch
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2020-02-01 04:35:14 +0000
committerOrivej Desh <orivej@gmx.fr>2020-02-01 06:58:19 +0000
commitd48e99d9122119ce1741867b5a7ea682d134f713 (patch)
treeeee66c10d0d7f44e70b46a80777ff3802583096d /pkgs/os-specific/linux/kernel-headers/no-relocs.patch
parent230edccf3a010a95d330181ad684321d36fa2580 (diff)
downloadnixlib-d48e99d9122119ce1741867b5a7ea682d134f713.tar
nixlib-d48e99d9122119ce1741867b5a7ea682d134f713.tar.gz
nixlib-d48e99d9122119ce1741867b5a7ea682d134f713.tar.bz2
nixlib-d48e99d9122119ce1741867b5a7ea682d134f713.tar.lz
nixlib-d48e99d9122119ce1741867b5a7ea682d134f713.tar.xz
nixlib-d48e99d9122119ce1741867b5a7ea682d134f713.tar.zst
nixlib-d48e99d9122119ce1741867b5a7ea682d134f713.zip
linuxHeaders: 4.19.16 -> 5.5
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.
Diffstat (limited to 'pkgs/os-specific/linux/kernel-headers/no-relocs.patch')
-rw-r--r--pkgs/os-specific/linux/kernel-headers/no-relocs.patch8
1 files changed, 1 insertions, 7 deletions
diff --git a/pkgs/os-specific/linux/kernel-headers/no-relocs.patch b/pkgs/os-specific/linux/kernel-headers/no-relocs.patch
index 67e8b19e23bd..32c88224b867 100644
--- a/pkgs/os-specific/linux/kernel-headers/no-relocs.patch
+++ b/pkgs/os-specific/linux/kernel-headers/no-relocs.patch
@@ -1,13 +1,7 @@
-diff --git a/arch/x86/Makefile b/arch/x86/Makefile
-index fad55160dcb9..a48c8331cbb2 100644
 --- a/arch/x86/Makefile
 +++ b/arch/x86/Makefile
-@@ -239,7 +239,7 @@ ifdef CONFIG_RETPOLINE
- endif
- 
+@@ -231,3 +231,3 @@ endif
  archscripts: scripts_basic
 -	$(Q)$(MAKE) $(build)=arch/x86/tools relocs
 +	$(Q)$(MAKE) $(build)=arch/x86/tools
  
- ###
- # Syscall table generation