Page MenuHomeFreeBSD

[PowerPC64LE] Rust powerpc64le port
AbandonedPublic

Authored by mikael on Oct 7 2020, 7:33 PM.
Referenced Files
F170838432: D26711.id77987.diff
Sun, Sep 6, 11:11 PM
Unknown Object (File)
Sat, Sep 5, 3:12 PM
Unknown Object (File)
Sat, Sep 5, 11:23 AM
Unknown Object (File)
Sat, Sep 5, 3:58 AM
Unknown Object (File)
Thu, Sep 3, 11:30 PM
Unknown Object (File)
Thu, Sep 3, 5:42 AM
Unknown Object (File)
Thu, Sep 3, 5:20 AM
Unknown Object (File)
Tue, Sep 1, 8:20 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.