* acinclude.m4 (grub_CHECK_PIC): New test.

* configure.ac: Add -fno-PIC to TARGET_CFLAGS if -fPIC is default.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-29 15:30:11 +01:00
parent 97304d7c53
commit 7bd8b0c776
3 changed files with 41 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
* acinclude.m4 (grub_CHECK_PIC): New test.
* configure.ac: Add -fno-PIC to TARGET_CFLAGS if -fPIC is default.
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/libgcc.h (__STDC_VERSION__): Define if it's not yet so