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)
Jan 21 2024, 9:47 AM
Unknown Object (File)
Dec 20 2023, 8:22 AM
Unknown Object (File)
Oct 30 2023, 1:26 PM
Unknown Object (File)
Oct 8 2023, 5:28 PM
Unknown Object (File)
Sep 16 2023, 5:55 PM
Unknown Object (File)
Jun 4 2023, 3:17 PM
Unknown Object (File)
Apr 22 2023, 2:32 AM
Unknown Object (File)
Mar 22 2023, 6:14 PM
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