Add a minimal gcc config for RISC-V.

This is required to build csu.

Reviewed by:	andrew
Sponsored by:	DARPA, AFRL
Sponsored by:	HEIF5
Differential Revision:	https://reviews.freebsd.org/D5039
This commit is contained in:
br 2016-01-23 15:33:11 +00:00
parent a409b6807b
commit 7f50f5eea4
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
/* $FreeBSD$ */
#undef INIT_SECTION_ASM_OP
#undef FINI_SECTION_ASM_OP
#define INIT_ARRAY_SECTION_ASM_OP "\t.section\t.init_array,\"aw\",%init_array"
#define FINI_ARRAY_SECTION_ASM_OP "\t.section\t.fini_array,\"aw\",%fini_array"

View File

@ -0,0 +1 @@
/* $FreeBSD$ */