Re: bootstrapping on a new platform - chicken and egg problem
> cargo should be a rust program but without the gccrs > how I am supposed to bootstrap ? Hello! Currently, the Rust frontend can't be bootstraped. You need an existing rustc toolchain (including cargo). Marc
bootstrapping on a new platform - chicken and egg problem
Trying to bootstrap on Cygwin platform Maybe I am missing something obvious but using the latest git code I have --- $ ../gccrs/configure --enable-languages=rust --enable-bootstrap $ make make[3]: Entering directory '/cygdrive/c/c