configure: Add the -marm option to the target flags.

oldstable
Alexandre Julliard 2014-02-12 12:58:54 +01:00
parent 4a4006d4f0
commit 9ede7abdd4
2 changed files with 3 additions and 0 deletions

2
configure vendored
View File

@ -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}

View File

@ -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}