https://bugs.winehq.org/show_bug.cgi?id=44010
Bug ID: 44010 Summary: Armel support Product: Wine Version: 2.21 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: michael.s.gilbert@gmail.com Distribution: ---
In Debian, we've supported wine on armel for a very long time. 2.21 now uses armhf-specific floating point instructions, so our armel port no longer builds.
Would it be reasonable to add ifdef's around the new calls so we can continue supporting armel? Or do you intend it to be a totally discontinued platform?
https://bugs.winehq.org/show_bug.cgi?id=44010
Jens Reyer jre.winesim@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jre.winesim@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=44010
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |arm CC| |austinenglish@gmail.com, | |julliard@winehq.org, | |nerv@dawncrow.de
--- Comment #1 from Austin English austinenglish@gmail.com --- AIUI, the windows arm abi only supports hardfloats. In theory, soft float could be supported for armel for winelib.
See, e.g., https://source.winehq.org/git/wine.git/commitdiff/644f497e87c51f1a1c62b26ea9... https://www.winehq.org/pipermail/wine-devel/2017-September/118872.html
AJ/Andre?
https://bugs.winehq.org/show_bug.cgi?id=44010
--- Comment #2 from André H. nerv@dawncrow.de --- maybe we'll find time in the code freeze for this
https://bugs.winehq.org/show_bug.cgi?id=44010
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- This should work again. You may need to run configure --with-float-abi=soft to override the default.
https://bugs.winehq.org/show_bug.cgi?id=44010
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com Fixed by SHA1| |5c50ec0c747c1d1406e21304357 | |f1a132b24861c
--- Comment #4 from Vijay Kamuju infyquest@gmail.com --- Fixed by 5c50ec0c747c1d1406e21304357f1a132b24861c and other commits in wine 3-0 rc1
https://bugs.winehq.org/show_bug.cgi?id=44010
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.0-rc2.