* configure.ac: Remove -fnested-functions. We don't need it anymore.
This commit is contained in:
parent
24f4e57c46
commit
bb0c57ecd2
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-11-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* configure.ac: Remove -fnested-functions. We don't need it anymore.
|
||||
|
||||
2013-11-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* configure.ac: Prevent cflags leaking to subsequent tests by always
|
||||
|
|
|
@ -543,9 +543,6 @@ fi
|
|||
|
||||
grub_apple_target_cc
|
||||
if test x$grub_cv_apple_target_cc = xyes ; then
|
||||
TARGET_CPPFLAGS="$TARGET_CPPFLAGS -fnested-functions"
|
||||
|
||||
CFLAGS="$CFLAGS -fnested-functions"
|
||||
TARGET_APPLE_CC=1
|
||||
AC_CHECK_PROG([TARGET_OBJCONV], [objconv], [objconv], [])
|
||||
if test "x$TARGET_OBJCONV" = x ; then
|
||||
|
|
Loading…
Reference in a new issue