Page MenuHomeFreeBSD

lang/rust: Cleanup armv6 / armv7 workarounds
AbandonedPublic

Authored by mikael on Sep 27 2021, 3:11 PM.
Tags
None
Referenced Files
F86120959: D32157.diff
Sat, Jun 15, 6:38 PM
F86120258: D32157.id95783.diff
Sat, Jun 15, 6:26 PM
F86114767: D32157.diff
Sat, Jun 15, 4:42 PM
Unknown Object (File)
Tue, Jun 4, 5:25 AM
Unknown Object (File)
Wed, May 22, 9:41 PM
Unknown Object (File)
May 14 2024, 9:29 AM
Unknown Object (File)
May 8 2024, 12:26 AM
Unknown Object (File)
May 1 2024, 9:23 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.