Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50a2610a authored by Vincenzo Frascino's avatar Vincenzo Frascino Committed by Will Deacon
Browse files

lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSO



arm64 was the last architecture using CROSS_COMPILE_COMPAT_VDSO config
option. With this patch series the dependency in the architecture has
been removed.

Remove CROSS_COMPILE_COMPAT_VDSO from the Unified vDSO library code.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Andy Lutomirski <luto@kernel.org>
Signed-off-by: default avatarVincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent a7f93103
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -24,13 +24,4 @@ config GENERIC_COMPAT_VDSO
	help
	  This config option enables the compat VDSO layer.

config CROSS_COMPILE_COMPAT_VDSO
	string "32 bit Toolchain prefix for compat vDSO"
	default ""
	depends on GENERIC_COMPAT_VDSO
	help
	  Defines the cross-compiler prefix for compiling compat vDSO.
	  If a 64 bit compiler (i.e. x86_64) can compile the VDSO for
	  32 bit, it does not need to define this parameter.

endif