]> git.ipfire.org Git - thirdparty/grub.git/commit
configure: Add -fno-ident when available
authorVladimir Serbinenko <phcoder@gmail.com>
Tue, 9 Jul 2019 15:46:25 +0000 (17:46 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 11 Jul 2019 19:06:49 +0000 (21:06 +0200)
commit8f6843ce60b461d630439d07e577074c64511048
treed88b186fa1b87d3ad4d8004c1de656f9516b7bf0
parent15cfd02b74e862bda20626a6e4e2f8a1d201733a
configure: Add -fno-ident when available

MinGW for i386-pc without this option generates a .rdata$zzz symbol that is
page-aligned and hence lzma_decompress no longer fits in its allocated space.
Additionally, MinGW with -fno-ident also saves a bit of space in modules. In
case of other compilers we already strip the relevant sections, so, this
option has no effect.

More info can be found at https://github.com/msys2/MINGW-packages/issues/21

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
configure.ac