Page MenuHomeFreeBSD

lang/rust: Cleanup armv6 / armv7 workarounds
AbandonedPublic

Authored by mikael on Sep 27 2021, 3:11 PM.
Tags
None
Referenced Files
F84362822: D32157.id95783.diff
Wed, May 22, 9:41 PM
Unknown Object (File)
Tue, May 14, 9:29 AM
Unknown Object (File)
Wed, May 8, 12:26 AM
Unknown Object (File)
Wed, May 1, 9:23 PM
Unknown Object (File)
Apr 5 2024, 12:28 PM
Unknown Object (File)
Feb 22 2024, 12:11 AM
Unknown Object (File)
Jan 10 2024, 8:57 PM
Unknown Object (File)
Dec 23 2023, 4:21 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.