aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bin
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-11-01 16:18:25 +0000
committerBen Hutchings <ben@decadent.org.uk>2019-11-01 16:58:37 +0000
commitd06731909d9ffa86cce1bb98c8b176d07ecfe9c8 (patch)
treee07d3baaa7b467b045801c68515db4da745853a1 /debian/bin
parentcea4f80f43cd447aa7f8188b71129ebbe1dd4623 (diff)
downloadkernel_replicant_linux-d06731909d9ffa86cce1bb98c8b176d07ecfe9c8.tar.gz
kernel_replicant_linux-d06731909d9ffa86cce1bb98c8b176d07ecfe9c8.tar.bz2
kernel_replicant_linux-d06731909d9ffa86cce1bb98c8b176d07ecfe9c8.zip
[arm64] linux-headers: Disable check for a 32-bit compiler
Closes: #943953 Cherry-pick these from upstream: * arm64: vdso32: Fix broken compat vDSO build warnings * arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig option Then update our build config: * debian/bin/gencontrol.py: Optionally define CROSS_COMPILE_COMPAT make variable * Enable COMPAT_VDSO and set $(CROSS_COMPILE_COMPAT) instead of setting CROSS_COMPILE_COMPAT_VDSO
Diffstat (limited to 'debian/bin')
-rwxr-xr-xdebian/bin/gencontrol.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/bin/gencontrol.py b/debian/bin/gencontrol.py
index eb7035720624..867085add60c 100755
--- a/debian/bin/gencontrol.py
+++ b/debian/bin/gencontrol.py
@@ -343,6 +343,7 @@ class Gencontrol(Base):
('kernel-arch', 'KERNEL_ARCH', False),
('cflags', 'KCFLAGS', True),
('override-host-type', 'OVERRIDE_HOST_TYPE', True),
+ ('cross-compile-compat', 'CROSS_COMPILE_COMPAT', True),
)
flavour_makeflags_build = (