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
3 changed files with 10 additions and 10 deletions
|
@ -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>
|
2009-03-30 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
Fix i386-ieee1275 build.
|
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=no],
|
||||||
|
[grub_cv_i386_check_nested_functions=yes],
|
||||||
[grub_cv_i386_check_nested_functions=yes])])
|
[grub_cv_i386_check_nested_functions=yes])])
|
||||||
|
|
||||||
AC_MSG_RESULT([$grub_cv_i386_check_nested_functions])
|
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
|
$as_echo_n "(cached) " >&6
|
||||||
else
|
else
|
||||||
if test "$cross_compiling" = yes; then
|
if test "$cross_compiling" = yes; then
|
||||||
{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
|
grub_cv_i386_check_nested_functions=yes
|
||||||
$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; }; }; }
|
|
||||||
else
|
else
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
/* confdefs.h. */
|
/* confdefs.h. */
|
||||||
|
@ -9708,9 +9702,9 @@ esac
|
||||||
|
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
# Files that config.status was made for.
|
# Files that config.status was made for.
|
||||||
config_files="`echo $ac_config_files`"
|
config_files="$ac_config_files"
|
||||||
config_headers="`echo $ac_config_headers`"
|
config_headers="$ac_config_headers"
|
||||||
config_links="`echo $ac_config_links`"
|
config_links="$ac_config_links"
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue