You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xdroid: kernel: Allow to override toolchain prefix used for vDSO32 building
We can override prefix used for normal kernel building with
TARGET_KERNEL_CROSS_COMPILE_PREFIX variable but we can't do the same for
vDSO32. Let's correct this injustice by introducing
TARGET_KERNEL_CROSS_COMPILE_PREFIX_ARM32 variable.
0 commit comments