Comment # 26 on bug 1092456 from
(In reply to Andreas F��rber from comment #25)
> https://kernel.opensuse.org/cgit/kernel/commit/?id=e501ce957a78 moves the
> gcc-goto.sh test to an earlier location - possibly the $(KBUILD_CFLAGS)
> passed to the script make a difference?

This looks promising. There is

  KBUILD_CFLAGS  += $(call cc-option,-fno-PIE)
  KBUILD_AFLAGS  += $(call cc-option,-fno-PIE)

between the new and old location.


You are receiving this mail because: