2009-01-26 Robert Millan <rmh@aybabtu.com>
* configure.ac: Fix cross-compilation check.
This commit is contained in:
parent
d31c24f1e0
commit
580b2a0fb2
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-01-26 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* configure.ac: Fix cross-compilation check.
|
||||
|
||||
2009-01-22 Christian Franke <franke@computer.org>
|
||||
|
||||
* kern/misc.c (grub_vsprintf): Fix size and termination of `format2'
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -5928,7 +5928,7 @@ esac
|
|||
echo "${ECHO_T}$TARGET_OBJ2ELF" >&6; }
|
||||
|
||||
# For cross-compiling.
|
||||
if test "x$target" != "x$host"; then
|
||||
if test "x$build" != "x$host"; then
|
||||
# XXX this depends on the implementation of autoconf!
|
||||
tmp_ac_tool_prefix="$ac_tool_prefix"
|
||||
ac_tool_prefix=$target_alias-
|
||||
|
|
|
@ -223,7 +223,7 @@ AC_SUBST(TARGET_OBJ2ELF)
|
|||
AC_MSG_RESULT([$TARGET_OBJ2ELF])
|
||||
|
||||
# For cross-compiling.
|
||||
if test "x$target" != "x$host"; then
|
||||
if test "x$build" != "x$host"; then
|
||||
# XXX this depends on the implementation of autoconf!
|
||||
tmp_ac_tool_prefix="$ac_tool_prefix"
|
||||
ac_tool_prefix=$target_alias-
|
||||
|
|
Loading…
Reference in a new issue