bootlin / toolchains-builder

http://toolchains.free-electrons.com
89 stars 27 forks source link

Toolchain platform name #50

Closed sergey-suloev closed 1 year ago

sergey-suloev commented 2 years ago

When I build aarch64 toolchain the script produces "aarch64-buildroot-linux-gnu" platform name. Is this possible to fix it for the classical "aarch64-linux-gnu" ? So that tools look like "aarch64-linux-gnu-gcc" etc

tpetazzoni commented 1 year ago

If you're building the toolchain yourself, you can adjust the vendor part of the tuple by changing BR2_TOOLCHAIN_BUILDROOT_VENDOR option. Otherwise, our pre-built toolchains have binaries prefixed with -buildroot--, but also have a symlink -- so they do look like arch64-linux-gnu-gcc like you asked.