Adda minimal gcc config. This is just enough to build the bits of csu we

get from gcc, and libgcc_eh.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2015-03-24 14:22:58 +00:00
parent 840f7c2dc1
commit 6dd9f5b375
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280437
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
/* $FreeBSD */
#define FIRST_PSEUDO_REGISTER 67

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"