* configure.ac: Remove leftover -fnested-funcions -Wl,-allow_execute.
This commit is contained in:
parent
54da019fdb
commit
c61471fc8b
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
2013-11-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/Makefile.am (efiemu): Remove leftover -DAPPLE_CC and
|
* grub-core/Makefile.am (efiemu): Remove leftover -DAPPLE_CC and
|
||||||
|
|
|
@ -350,10 +350,6 @@ case "$host_os" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
grub_apple_cc
|
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
|
if test x$USE_NLS = xno; then
|
||||||
HOST_CFLAGS="$HOST_CFLAGS -fno-builtin-gettext"
|
HOST_CFLAGS="$HOST_CFLAGS -fno-builtin-gettext"
|
||||||
|
|
Loading…
Reference in a new issue