gccrs: Fix bootstrap build

This commit fixes bootstrapping for future additions to libgrust/

ChangeLog:

	* Makefile.def: Add libgrust target to bootstrap.
	* Makefile.in: Regenerate.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
This commit is contained in:
Pierre-Emmanuel Patry 2023-05-03 18:43:10 +02:00 committed by Arthur Cohen
parent ee0717da1e
commit fc59a3995c
2 changed files with 799 additions and 19 deletions

View File

@ -164,7 +164,7 @@ host_modules= { module= libcc1; extra_configure_flags=--enable-shared; };
host_modules= { module= gotools; };
host_modules= { module= libctf; bootstrap=true; };
host_modules= { module= libsframe; bootstrap=true; };
host_modules= { module= libgrust; };
host_modules= { module= libgrust; bootstrap=true; };
target_modules = { module= libstdc++-v3;
bootstrap=true;

File diff suppressed because it is too large Load Diff