Re: [PATCH] Makefile: disable PIE before testing asm goto

2018-05-17 Thread Masahiro Yamada
2018-05-16 14:51 GMT+09:00 Michal Kubecek : > 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 f

Re: [PATCH] Makefile: disable PIE before testing asm goto

2018-05-16 Thread Peter Zijlstra
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 s