summaryrefslogtreecommitdiffstats
path: root/lib/libthr/arch
diff options
context:
space:
mode:
authorbr <br@FreeBSD.org>2015-12-11 22:55:23 +0000
committerbr <br@FreeBSD.org>2015-12-11 22:55:23 +0000
commite10e8212ee93ce83ca450cc277687c96a828f398 (patch)
tree8d05418c0387dad6bfb0579dd063e716f1f65109 /lib/libthr/arch
parent7fd0d14bf5c00a44cde73d32e20a6209088f7013 (diff)
downloadFreeBSD-src-e10e8212ee93ce83ca450cc277687c96a828f398.zip
FreeBSD-src-e10e8212ee93ce83ca450cc277687c96a828f398.tar.gz
Start support for the RISC-V 64-bit architecture developed by UC Berkeley.
RISC-V is a new ISA designed to support computer research and education, and is now become a standard open architecture for industry implementations. This is a minimal set of changes required to run 'make kernel-toolchain' using external (GNU) toolchain. The FreeBSD/RISC-V project home: https://wiki.freebsd.org/riscv. Reviewed by: andrew, bdrewery, emaste, imp Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision: https://reviews.freebsd.org/D4445
Diffstat (limited to 'lib/libthr/arch')
-rw-r--r--lib/libthr/arch/riscv/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/arch/riscv/Makefile.inc b/lib/libthr/arch/riscv/Makefile.inc
new file mode 100644
index 0000000..e8c0da7
--- /dev/null
+++ b/lib/libthr/arch/riscv/Makefile.inc
@@ -0,0 +1 @@
+# $FreeBSD$
OpenPOWER on IntegriCloud