* configure.ac: Remove leftover -fnested-funcions -Wl,-allow_execute.

This commit is contained in:
Vladimir Serbinenko 2013-11-10 13:24:06 +01:00
parent 54da019fdb
commit c61471fc8b
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2013-11-10 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Remove leftover -fnested-funcions -Wl,-allow_execute.
2013-11-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/Makefile.am (efiemu): Remove leftover -DAPPLE_CC and

View File

@ -350,10 +350,6 @@ case "$host_os" in
esac
grub_apple_cc
if test x$grub_cv_apple_cc = xyes ; then
HOST_CPPFLAGS="$HOST_CPPFLAGS -fnested-functions"
HOST_LDFLAGS="$HOST_LDFLAGS -Wl,-allow_stack_execute"
fi
if test x$USE_NLS = xno; then
HOST_CFLAGS="$HOST_CFLAGS -fno-builtin-gettext"