svn commit: r322508 - in head/contrib/gcc/config: riscv riscv64
Ruslan Bukin
br at FreeBSD.org
Mon Aug 14 14:16:57 UTC 2017
Author: br
Date: Mon Aug 14 14:16:56 2017
New Revision: 322508
URL: https://svnweb.freebsd.org/changeset/base/322508
Log:
Rename RISC-V GCC config directory: riscv64 -> riscv
(to match official RISC-V target for GCC 7.1).
This is only a minimal config required to build c start up (csu).
This fixes build after r322429 ("Make _TO_CPUARCH macro for
ARCH to CPUARCH conversions")
Reported by: lwhsu
Sponsored by: DARPA, AFRL
Added:
head/contrib/gcc/config/riscv/
- copied from r322507, head/contrib/gcc/config/riscv64/
head/contrib/gcc/config/riscv/riscv.h
- copied unchanged from r322507, head/contrib/gcc/config/riscv64/riscv64.h
Deleted:
head/contrib/gcc/config/riscv/riscv64.h
head/contrib/gcc/config/riscv64/
Copied: head/contrib/gcc/config/riscv/riscv.h (from r322507, head/contrib/gcc/config/riscv64/riscv64.h)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/contrib/gcc/config/riscv/riscv.h Mon Aug 14 14:16:56 2017 (r322508, copy of r322507, head/contrib/gcc/config/riscv64/riscv64.h)
@@ -0,0 +1 @@
+/* $FreeBSD$ */
More information about the svn-src-all
mailing list