[gentoo-dev] [PATCH] linux-mod.eclass: pass proper arch to kernel's build system

2020-01-03 Thread Jason A. Donenfeld
A user reported that when compiling modules for a system with a 64-bit kernel and a 32-bit userland, there were linker errors. This patch here is an attempt to fix that by making sure that we always use the kernel ABI when giving target build parameters. Signed-off-by: Jason A. Donenfeld Fixes:

[gentoo-dev] [PATCH] linux-mod.eclass: pass proper arch to kernel's build system

2020-01-03 Thread Jason A. Donenfeld
A user reported that when compiling modules for a system with a 64-bit kernel and a 32-bit userland, there were linker errors. This patch here is an attempt to fix that by making sure that we always use the kernel ABI when giving target build parameters. Signed-off-by: Jason A. Donenfeld Fixes: