Page MenuHomeFreeBSD

[PowerPC64LE] Rust powerpc64le port
AbandonedPublic

Authored by mikael on Oct 7 2020, 7:33 PM.
Referenced Files
Unknown Object (File)
Sat, May 4, 3:19 PM
Unknown Object (File)
Wed, Apr 24, 6:11 AM
Unknown Object (File)
Tue, Apr 16, 4:58 PM
Unknown Object (File)
Mar 30 2024, 9:44 AM
Unknown Object (File)
Feb 21 2024, 11:02 AM
Unknown Object (File)
Jan 11 2024, 2:58 AM
Unknown Object (File)
Nov 26 2023, 3:23 PM
Unknown Object (File)
Nov 22 2023, 12: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.