On 01/19/2012 12:24 AM, Jakub Jelinek wrote:
if test "x${build}" = "x${target}"&& test "x${build}" = "x${host}"; then
This test is no longer necessary, is it? ia64 does its own cross-compile detection via AC_RUN_IFELSE, and other hosts are cross-compile safe. The patch is okay if you remove it.
H.J., can ia64 fall back to the common test when cross compiling? Or perhaps even always?
Paolo