http://bugs.winehq.org/show_bug.cgi?id=31878
Bug #: 31878 Summary: configure fails on platform armv7l Product: Wine Version: 1.5.14 Platform: arm OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: Stefan.Leichter@camLine.com Classification: Unclassified
Created attachment 41958 --> http://bugs.winehq.org/attachment.cgi?id=41958 config.log
Configure fails to run on my Pandora (http://openpandora.org). Relevant part of the config.log:
configure:4166: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccbPzEDU.s: Assembler messages: /tmp/ccbPzEDU.s:51: Error: selected processor does not support `blx ac_test' configure:4166: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "1.5.14" | #define PACKAGE_STRING "Wine 1.5.14" | #define PACKAGE_BUGREPORT "wine-devel@winehq.org" | #define PACKAGE_URL "http://www.winehq.org" | #define EXEEXT "" | /* end confdefs.h. */ | int ac_test(int i) { return i; } | int | main () | { | asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1 | ; | return 0; | } configure:4170: result: no