Thursday, September 16, 2021

[fedora-arm] Re: What if Fedora stopped building for 32-bit ARM (armv7hl) in F36+?

On Thu, Sep 16, 2021 at 6:53 AM Peter Robinson <pbrobinson@gmail.com> wrote:
>
> > I think that keeping 32-bit ARM support is a good idea, but only if Fedora is willing to cross-compile. Native compilation on ARMv7 is a dead end.
>
> Know a lot of details about the nuances of that for a large complex
> distribution do you?

Lol, +1. I've never had a problem with a native build on a device,
even if it is slower.

Cross-compiling is the pits. Constant problems with authors hijacking
CPPFLAGS, CFLAGS, CXXFLAGS and LDFLAGS for their own use, which blows
away the cross-compile environment we setup for the build. It is a
battle just to get them to use AM_CFLAGS (and friends) and leave
CFLAGS (and friends) alone. It's very annoying to lose your C compiler
and --sysroot because of a shoddy configure.ac.

Jeff
_______________________________________________
arm mailing list -- arm@lists.fedoraproject.org
To unsubscribe send an email to arm-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/arm@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure

No comments:

Post a Comment