Page MenuHomeFreeBSD

lang/rust: Cleanup armv6 / armv7 workarounds
AbandonedPublic

Authored by mikael on Sep 27 2021, 3:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 17, 8:10 PM
Unknown Object (File)
Mon, Apr 14, 11:31 PM
Unknown Object (File)
Mar 21 2025, 12:57 PM
Unknown Object (File)
Mar 13 2025, 2:42 PM
Unknown Object (File)
Feb 21 2025, 6:06 PM
Unknown Object (File)
Feb 7 2025, 9:05 AM
Unknown Object (File)
Feb 1 2025, 1:09 AM
Unknown Object (File)
Jan 31 2025, 9:47 PM
Subscribers

Details

Reviewers
tobik
Group Reviewers
rust
Summary

This issues is solved with the new bootstraps (on armv6 and armv7):
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256135

ld.bfd is not present on 11.4, so we can remove the cc-wrapper:
https://reviews.freebsd.org/D23385#513496

We can remove the cc-wrapper for armv6 when 11.4 goes EOL:

To be merged with the rust 1.56 update.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

mikael created this revision.
tobik added subscribers: rene, tobik.

LGTM.

Do we need to keep this after @rene commits D32008? If not we could remove it earlier than 1.56.

This revision is now accepted and ready to land.Sep 27 2021, 3:54 PM

LGTM.

Do we need to keep this after @rene commits D32008? If not we could remove it earlier than 1.56.

Better commit that with rust 1.56, it doesn't fix important things.