Hi Ranga, On 12.02.19 15:24, galla rao wrote: > To pull cross compile tools in Coreboot the below command is run, > make crossgcc-i386 CPUS=6 > > Is there a step or a command to clean all the tools that got installed ?
simply, what `make help` suggests: `make crossgcc-clean`. The resulting toolchains end up in `util/crossgcc/xgcc/` btw. Beside that, `make crossgcc-clean` would also delete build artifacts from a failed toolchain build. Nico _______________________________________________ coreboot mailing list -- [email protected] To unsubscribe send an email to [email protected]

