Page MenuHomeFreeBSD

[PowerPC64LE] Rust powerpc64le port
AbandonedPublic

Authored by mikael on Oct 7 2020, 7:33 PM.
Referenced Files
Unknown Object (File)
Wed, Oct 15, 12:51 AM
Unknown Object (File)
Wed, Oct 8, 11:41 PM
Unknown Object (File)
Sat, Sep 20, 1:28 PM
Unknown Object (File)
Aug 30 2025, 7:36 AM
Unknown Object (File)
Aug 24 2025, 2:09 PM
Unknown Object (File)
Aug 18 2025, 1:25 AM
Unknown Object (File)
Aug 3 2025, 1:28 AM
Unknown Object (File)
Aug 2 2025, 6:54 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.