Re: configure: Fix cross-compiling of 32-bit Wine for OSX.
9 Mar
2016
9 Mar
'16
1:24 p.m.
Sebastian Lackner <sebastian(a)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? -- Alexandre Julliard julliard(a)winehq.org
3569
Age (days ago)
3569
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard