Page MenuHomeFreeBSD

More flexible multilib options for devel/arm-none-eabi-gcc
ClosedPublic

Authored by joerg on Oct 25 2021, 2:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 30, 5:22 PM
Unknown Object (File)
Fri, Sep 26, 11:40 AM
Unknown Object (File)
Sat, Sep 20, 4:32 PM
Unknown Object (File)
Wed, Sep 17, 5:26 PM
Unknown Object (File)
Sep 12 2025, 3:46 PM
Unknown Object (File)
Sep 1 2025, 1:40 AM
Unknown Object (File)
Aug 2 2025, 2:24 AM
Unknown Object (File)
Jul 13 2025, 9:27 AM
Subscribers

Details

Reviewers
manu
Summary

By now, the port builds without any multilib enabled.

In particular, usual Cortex-M devices require a fine-grained multilib setup though, as they ship with plenty different features.

The diff creates options to build the port without multilib, with a default multilib set, or with multilib sets optimized for either Cortex-A, or Cortex-R/M devices. All these options are already offered by the underlying GCC source, but they are not accessible within the FreeBSD ports.

Test Plan

Once the change is accepted, devel/arm-none-eabi-newlib needs to be updated to handle the resulting multilib versions in their pkg-plist.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped