* grub-core/genmod.sh.in: Enable objconv errors 2030, 2050 and 2031

as they are fatal.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-06-05 17:20:39 +02:00
parent b99f3e00a1
commit 7284143a54
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-06-05 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/genmod.sh.in: Enable objconv errors 2030, 2050 and 2031
as they are fatal.
2012-06-05 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/Makefile.am (rs_decoder.S): Add missing -ffreestanding.

View File

@ -90,7 +90,7 @@ else
@OBJCONV@ -f@TARGET_MODULE_FORMAT@ \
-nr:_grub_mod_init:grub_mod_init \
-nr:_grub_mod_fini:grub_mod_fini \
-wd1106 -ew2030 -ew2050 -ew2031 -nu -nd $tmpfile.bin $tmpfile || exit 1
-wd1106 -nu -nd $tmpfile.bin $tmpfile || exit 1
rm -f $name.bin
fi
mv $tmpfile $outfile