mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-24 07:33:02 +00:00
* configure.ac: Remove leftover -fnested-funcions -Wl,-allow_execute.
This commit is contained in:
parent
54da019fdb
commit
c61471fc8b
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user