Module: wine Branch: master Commit: 9ede7abdd40475bef9de09654d270b12c6263aac URL: http://source.winehq.org/git/wine.git/?a=commit;h=9ede7abdd40475bef9de09654d...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Feb 12 12:58:54 2014 +0100
configure: Add the -marm option to the target flags.
---
configure | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+)
diff --git a/configure b/configure index 2028569..937dbdf 100755 --- a/configure +++ b/configure @@ -4796,6 +4796,8 @@ fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$CFLAGS -marm" + TARGETFLAGS="-marm" + ;; *-mingw32*|*-cygwin*) enable_win16=${enable_win16:-no} diff --git a/configure.ac b/configure.ac index 8ff388c..a425490 100644 --- a/configure.ac +++ b/configure.ac @@ -172,6 +172,7 @@ case $host in [AC_MSG_RESULT([no]) AC_MSG_ERROR([You need a target with Thumb support to build Wine for ARM.])]) CFLAGS="$CFLAGS -marm" + AC_SUBST(TARGETFLAGS,"-marm") ;; *-mingw32*|*-cygwin*) enable_win16=${enable_win16:-no}