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)
Mon, Jan 20, 12:21 PM
Unknown Object (File)
Mon, Jan 13, 2:49 AM
Unknown Object (File)
Dec 11 2024, 2:49 PM
Unknown Object (File)
Dec 3 2024, 1:17 PM
Unknown Object (File)
Oct 21 2024, 2:51 PM
Unknown Object (File)
Oct 18 2024, 4:49 PM
Unknown Object (File)
Oct 14 2024, 12:34 AM
Unknown Object (File)
Oct 6 2024, 5:33 AM
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.