aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/riscv/Makefile.inc
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2015-12-11 22:55:23 +0000
committerRuslan Bukin <br@FreeBSD.org>2015-12-11 22:55:23 +0000
commit1fdcc5e5c0dfd70bdd34c02e9e24b8496706fd95 (patch)
tree8d05418c0387dad6bfb0579dd063e716f1f65109 /lib/libc/riscv/Makefile.inc
parent03b1fa9de499cff62532306369e10b79d6bdd9d5 (diff)
downloadsrc-1fdcc5e5c0dfd70bdd34c02e9e24b8496706fd95.tar.gz
src-1fdcc5e5c0dfd70bdd34c02e9e24b8496706fd95.zip
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
Notes
Notes: svn path=/head/; revision=292124
Diffstat (limited to 'lib/libc/riscv/Makefile.inc')
-rw-r--r--lib/libc/riscv/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/riscv/Makefile.inc b/lib/libc/riscv/Makefile.inc
new file mode 100644
index 000000000000..e8c0da7a1d7e
--- /dev/null
+++ b/lib/libc/riscv/Makefile.inc
@@ -0,0 +1 @@
+# $FreeBSD$