Add -mno-stack-arg-probe on mingw.
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 31 Dec 2015 17:15:49 +0000 (18:15 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 31 Dec 2015 17:15:49 +0000 (18:15 +0100)
commitf1b352538556711dc3f9e8b9bf5bf2e4abea8e25
tree8deeb7c83e497d6b375fbf0630eb38bf06ff9405
parent68e158dffde328d5b961518fe23504cc534744ce
Add -mno-stack-arg-probe on mingw.

This argument disables generation of calls to __chkstk_ms. Those calls are
useless on GRUB as function is dummy. Yet they increase module size and
use limited-range relocations which may not work under some memory layouts.
We currently don't use such layouts on concerned platforms but lt's correct
this.
configure.ac