Page MenuHomeFreeBSD

[PowerPC64LE] Rust powerpc64le port
AbandonedPublic

Authored by mikael on Oct 7 2020, 7:33 PM.
Referenced Files
Unknown Object (File)
Wed, Jun 17, 7:29 PM
Unknown Object (File)
Thu, Jun 4, 7:40 PM
Unknown Object (File)
May 20 2026, 11:19 AM
Unknown Object (File)
May 20 2026, 3:21 AM
Unknown Object (File)
Apr 27 2026, 7:39 PM
Unknown Object (File)
Apr 21 2026, 9:29 AM
Unknown Object (File)
Apr 20 2026, 1:20 AM
Unknown Object (File)
Apr 4 2026, 4:36 PM

Details

Reviewers
tobik
pkubaj
bdragon
Group Reviewers
PowerPC
rust
Summary

The changes are based on a -nightly patch I was working on locally.

Upstream progress:

  • patch-vendor_openssl-src_src_lib.rs has already been upstreamed.
  • patch-src_llvm-project_clang_lib_Basic_Targets.cpp has already been upstreamed (but did not land in LLVM 11)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

FWIW,

lang/rust/Makefile
29

Can you show the error? armv7 doesn't exist on FreeBSD 11 and powerpc64le doesn't exist on FreeBSD 12.

OK, sure, I can reroll when 1.47 is out if you like.

lang/rust/Makefile
29

I *think* the reason for these is to auto-exclude things from the bulk builds.

But yeah, I suppose neither of the IGNORE_ lines are very relevant given there aren't branch builders for them in the first place.

mikael added a reviewer: bdragon.