2009-09-03 Magnus Granberg <zorry@ume.nu>

* aclocal.m4: Add grub_CHECK_PIE. It check if the compiler
        include -fPIE in the default specs.
        * configure.ac: Check if pie_possible is yes and add -fno-PIE
        to TARGET_CFLAGS.
This commit is contained in:
robertmh 2009-09-03 16:32:14 +00:00
parent 160034b2bf
commit 93a8108813
3 changed files with 43 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2009-09-03 Magnus Granberg <zorry@ume.nu>
* aclocal.m4: Add grub_CHECK_PIE. It check if the compiler
include -fPIE in the default specs.
* configure.ac: Check if pie_possible is yes and add -fno-PIE
to TARGET_CFLAGS.
2009-09-03 Felix Zielcke <fzielcke@z-51.de>
* INSTALL: Note that GNU Bison 2.3 or later is required.