Page MenuHomeFreeBSD

[NEW PORT] devel/riscv-toolchain-gcc
AbandonedPublic

Authored by sbruno on Aug 16 2016, 5:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 1, 12:00 PM
Unknown Object (File)
Nov 20 2024, 8:29 PM
Unknown Object (File)
Oct 15 2024, 8:25 AM
Unknown Object (File)
Oct 15 2024, 8:04 AM
Unknown Object (File)
Oct 5 2024, 10:51 PM
Unknown Object (File)
Oct 5 2024, 8:01 AM
Unknown Object (File)
Oct 4 2024, 10:33 AM
Unknown Object (File)
Oct 2 2024, 12:39 PM
Subscribers

Details

Reviewers
bapt
br
Summary

This is a direct port of the github repository at
https://github.com/freebsd-riscv/riscv-gnu-toolchain to build a toolchain
that creates risc-v binaries.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 4825
Build 4884: arc lint + arc unit

Event Timeline

sbruno retitled this revision from to [NEW PORT] devel/riscv-toolchain-gcc.
sbruno updated this object.
sbruno edited the test plan for this revision. (Show Details)
sbruno added reviewers: br, bapt.

This isn't quite ready for review, but mat helped me out a bit today and I had some questions about how this "toolchain" port should be laid out so that it works for the risc-v devs but also doesn't do anything to different than our existing toolchain ports.

This doesn't quite build the way I expect a gnu toolchain to build. The make target appears to try and install for reasons that I don't understand.

Port is still missing a pkg-plist and a pkg-descr file :-)

devel/riscv-toolchain-gcc/Makefile
8

This is not needed.

11–13

You already have the GH_TUPLE :DEFAULT line, either remove it, or remove those three lines.

15

GNU_CONFIGURE implies HAS_CONFIGURE.

I have another revision to add riscv-toolchain-gcc as devel/riscv-binutils and dvel/riscv-gcc, please see https://reviews.freebsd.org/D9020

Closed in deference to D9020