2009-04-12 Pavel Roskin <proski@gnu.org>
* configure.ac: Change the logic when we check for target tools. Do it when the target is specified and it's different from the specified value of the host.
This commit is contained in:
parent
0f0bdfb199
commit
5b5d4aa5f0
3 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-04-12 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.ac: Change the logic when we check for target tools.
|
||||
Do it when the target is specified and it's different from the
|
||||
specified value of the host.
|
||||
|
||||
2009-04-11 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* util/hostdisk.c [__FreeBSD_kernel__]: Include sys/disk.h.
|
||||
|
|
5
configure
vendored
5
configure
vendored
|
@ -5942,9 +5942,8 @@ esac
|
|||
{ echo "$as_me:$LINENO: result: $TARGET_OBJ2ELF" >&5
|
||||
echo "${ECHO_T}$TARGET_OBJ2ELF" >&6; }
|
||||
|
||||
# For cross-compiling.
|
||||
if test "x$build" != "x$host"; then
|
||||
# XXX this depends on the implementation of autoconf!
|
||||
# Find tools for the target.
|
||||
if test "x$target_alias" != x && test "x$host_alias" != "x$target_alias"; then
|
||||
tmp_ac_tool_prefix="$ac_tool_prefix"
|
||||
ac_tool_prefix=$target_alias-
|
||||
|
||||
|
|
|
@ -231,9 +231,8 @@ esac
|
|||
AC_SUBST(TARGET_OBJ2ELF)
|
||||
AC_MSG_RESULT([$TARGET_OBJ2ELF])
|
||||
|
||||
# For cross-compiling.
|
||||
if test "x$build" != "x$host"; then
|
||||
# XXX this depends on the implementation of autoconf!
|
||||
# Find tools for the target.
|
||||
if test "x$target_alias" != x && test "x$host_alias" != "x$target_alias"; then
|
||||
tmp_ac_tool_prefix="$ac_tool_prefix"
|
||||
ac_tool_prefix=$target_alias-
|
||||
|
||||
|
|
Loading…
Reference in a new issue