]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Remove leftover -fnested-funcions -Wl,-allow_execute.
authorVladimir Serbinenko <phcoder@gmail.com>
Sun, 10 Nov 2013 12:24:06 +0000 (13:24 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sun, 10 Nov 2013 12:24:06 +0000 (13:24 +0100)
ChangeLog
configure.ac

index 368dcf19b3d8818ed013c7d21a4ac65277726b98..f5ac82686d6802dfb11f6a20cf8291774f57592b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index b321ae41cc9c5ab6abe1f2df2787bd4b568f6953..cc6e8b5bd0a1e56c3019c4ef3a954633cc2bbfe5 100644 (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"