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:
parent
ee0717da1e
commit
fc59a3995c
2 changed files with 799 additions and 19 deletions
|
@ -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;
|
||||
|
|
816
Makefile.in
816
Makefile.in
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue