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)
Sat, Apr 13, 11:41 PM
Unknown Object (File)
Sat, Apr 13, 10:49 PM
Unknown Object (File)
Mar 13 2024, 4:13 AM
Unknown Object (File)
Mar 12 2024, 11:41 AM
Unknown Object (File)
Jan 28 2024, 1:50 PM
Unknown Object (File)
Dec 31 2023, 1:27 PM
Unknown Object (File)
Dec 20 2023, 12:04 AM
Unknown Object (File)
Nov 28 2023, 3:33 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