commit | 07f77c41488c5626c56b6c06babb18303a910658 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Jan 15 21:17:51 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jan 15 21:17:51 2009 +0100 |
tree | a37cac6a59c41861d594247334ca36d0a9a51f47 | |
parent | 1608cb99b5beb50e1b3f680c832be47944270730 [diff] [blame] |
winebuild: Add -m32/-m64 options to allow 32/64-bit cross-compiles.
diff --git a/configure.ac b/configure.ac index 63ac5aa..72f93b7 100644 --- a/configure.ac +++ b/configure.ac
@@ -113,6 +113,9 @@ AS="${AS:-as} --32" host_cpu="i386" notice_platform="32-bit " + AC_SUBST(TARGETFLAGS,"-m32") + else + AC_SUBST(TARGETFLAGS,"-m64") fi ;; esac