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, Nov 3, 11:04 PM
Unknown Object (File)
Mon, Nov 3, 11:00 PM
Unknown Object (File)
Mon, Nov 3, 10:59 PM
Unknown Object (File)
Sun, Oct 26, 2:33 PM
Unknown Object (File)
Sun, Oct 26, 1:50 PM
Unknown Object (File)
Sun, Oct 26, 2:05 AM
Unknown Object (File)
Sun, Oct 26, 12:57 AM
Unknown Object (File)
Sat, Oct 25, 7:51 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.