mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-06 00:10:33 +00:00
2009-03-31 Pavel Roskin <proski@gnu.org>
* aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Provide safe default for cross-compilation.
This commit is contained in:
parent
95646d9232
commit
0d818b7e5c
@ -1,3 +1,8 @@
|
||||
2009-03-31 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Provide safe default
|
||||
for cross-compilation.
|
||||
|
||||
2009-03-30 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
Fix i386-ieee1275 build.
|
||||
|
1
aclocal.m4
vendored
1
aclocal.m4
vendored
@ -337,6 +337,7 @@ main (void)
|
||||
}
|
||||
]])],
|
||||
[grub_cv_i386_check_nested_functions=no],
|
||||
[grub_cv_i386_check_nested_functions=yes],
|
||||
[grub_cv_i386_check_nested_functions=yes])])
|
||||
|
||||
AC_MSG_RESULT([$grub_cv_i386_check_nested_functions])
|
||||
|
14
configure
vendored
14
configure
vendored
@ -8171,13 +8171,7 @@ if test "${grub_cv_i386_check_nested_functions+set}" = set; then
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
if test "$cross_compiling" = yes; then
|
||||
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
|
||||
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
||||
{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
||||
See \`config.log' for more details." >&5
|
||||
$as_echo "$as_me: error: cannot run test program while cross compiling
|
||||
See \`config.log' for more details." >&2;}
|
||||
{ (exit 1); exit 1; }; }; }
|
||||
grub_cv_i386_check_nested_functions=yes
|
||||
else
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
@ -9708,9 +9702,9 @@ esac
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
# Files that config.status was made for.
|
||||
config_files="`echo $ac_config_files`"
|
||||
config_headers="`echo $ac_config_headers`"
|
||||
config_links="`echo $ac_config_links`"
|
||||
config_files="$ac_config_files"
|
||||
config_headers="$ac_config_headers"
|
||||
config_links="$ac_config_links"
|
||||
|
||||
_ACEOF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user