mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 12:44:01 +00:00
Given commit e441273947 ("Documentation: raise minimum supported
version of binutils to 2.25"), CONFIG_MIPS_LD_CAN_LINK_VDSO is always
'y'.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
7 lines
285 B
Plaintext
7 lines
285 B
Plaintext
# GCC (at least up to version 9.2) appears to emit function calls that make use
|
|
# of the GOT when targeting microMIPS, which we can't use in the VDSO due to
|
|
# the lack of relocations. As such, we disable the VDSO for microMIPS builds.
|
|
|
|
config MIPS_DISABLE_VDSO
|
|
def_bool CPU_MICROMIPS
|