Sebastian Lackner sebastian@fds-team.de writes:
@@ -175,6 +175,13 @@ case $host in AC_SUBST(TARGETFLAGS,"-marm") ;; i[[3456789]]86*)
- if test "$cross_compiling" = "yes"; then
CC="$CC -m32"
CXX="$CXX -m32"
host_cpu="i386"
notice_platform="32-bit "
AC_SUBST(TARGETFLAGS,"-m32")
- fi
The idea is that if you are cross-compiling, you have already specified the correct host so this shouldn't be needed. How does the OS/X cross-compiler behave?