mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
@ -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…
Reference in New Issue
Block a user