Question

Does buildroot external toolchain supports parallel builds ? Meaning I can have multiple builds done on my system referring to the same toolchain folder.

Thanks.

Était-ce utile?

La solution

Yes, without any problem. When Buildroot uses an external toolchain, at the beginning of the build process, it creates a private copy of the toolchain sysroot into the Buildroot build directory. The build remains completely isolated from other builds.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top