From 73327dc76873c3f3f1a5b5dd181c3bf2f72b93c8 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 6 Nov 2010 02:15:32 +0000 Subject: [PATCH] Detect compilation of pc-i386 under Darwin as a cross compilation again. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@35154 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.in b/configure.in index b1d4ded557..0925441442 100644 --- a/configure.in +++ b/configure.in @@ -1380,6 +1380,11 @@ if test "$aros_host_cpu" == "x86_64" ; then fi fi fi +if test "$aros_host_arch" == "darwin" ; then + if test "$aros_target_arch" != "darwin" ; then + cross_compiling=yes + fi +fi # Set prefix for target compiler etc. if we're cross-compiling # (should possibly be earlier but needs to be after AC_PROG_CC) -- 2.11.4.GIT