* grub-core/Makefile.am (rs_decoder.S): Add missing -ffreestanding.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-06-05 17:18:04 +02:00
parent 944f752dbb
commit b99f3e00a1
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-06-05 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/Makefile.am (rs_decoder.S): Add missing -ffreestanding.
2012-06-05 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-probe.c (escape_of_path): Fix double free.