Lines Matching refs:cross
6 dnl We are probably using a cross compiler, which will not be able to fully
8 dnl Find a working G++ cross compiler. This only works for the GNU C++ compiler.
43 dnl to get a correct fully linked executable with a cross compiler. For
44 dnl most cross compilers, this test is bogus. For G++, we can use various
45 dnl other compile line options to get a decent idea that the cross compiler
50 dnl Transform the name of the compiler to it's cross variant, unless
87 AC_MSG_ERROR(${CXX} is a non-working cross compiler)
97 AC_MSG_CHECKING([whether the G++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler])
104 dnl Find a working GCC cross compiler. This only works for the GNU gcc compiler.
140 dnl to get a correct fully linked executable with a cross
141 dnl compiler. For most cross compilers, this test is bogus. For G++,
143 dnl that the cross compiler actually does work, even though we can't
147 dnl Transform the name of the compiler to it's cross variant, unless
183 AC_MSG_ERROR(${CC} is a non-working cross compiler)
193 AC_MSG_CHECKING([whether the Gcc compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler])
435 dnl Transform the name of the compiler to it's cross variant, unless
694 dnl Yes, this is ugly, and only used for a canadian cross anyway. This
701 *) AC_MSG_WARN(Can't cross compile this test) ;;