On Wed, May 16, 2018 at 07:51:36AM +0200, Michal Kubecek wrote: > Since commit e501ce957a78 ("x86: Force asm-goto"), aarch64 build on > distributions which enable PIE by default (e.g. openSUSE Tumbleweed) does > not detect support for asm goto correctly. The problem is that ARM specific > part of scripts/gcc-goto.sh fails with PIE even with recent gcc versions. > Moving the asm goto detection up in Makefile put it before the place where > we disable PIE. As a result, kernel is built without jump label support. Ugh, that's nasty. Thanks for fixing that. Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html