From 8467bf3a6fcae8990fde3684f4261ffea78f02fe Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Fri, 20 May 2016 16:39:37 +0100 Subject: [PATCH] Patch elf.h circular dependency out of linux-4.4.10 This enables building on platforms without a native elf.h, like OS X Fixes #8 --- patches/linux-4.4.10/0001-archscripts.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/linux-4.4.10/0001-archscripts.diff diff --git a/patches/linux-4.4.10/0001-archscripts.diff b/patches/linux-4.4.10/0001-archscripts.diff new file mode 100644 index 0000000..f1bfc3e --- /dev/null +++ b/patches/linux-4.4.10/0001-archscripts.diff @@ -0,0 +1,12 @@ +diff -u a/Makefile b/Makefile +--- a/Makefile 2016-05-11 10:23:26.000000000 +0100 ++++ b/Makefile 2016-05-20 16:26:20.000000000 +0100 +@@ -1047,7 +1047,7 @@ + archscripts: + + PHONY += __headers +-__headers: $(version_h) scripts_basic asm-generic archheaders archscripts FORCE ++__headers: $(version_h) scripts_basic asm-generic archheaders FORCE + $(Q)$(MAKE) $(build)=scripts build_unifdef + + PHONY += headers_install_all