Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolchain platform name #50

Closed
sergey-suloev opened this issue Mar 17, 2022 · 1 comment
Closed

Toolchain platform name #50

sergey-suloev opened this issue Mar 17, 2022 · 1 comment

Comments

@sergey-suloev
Copy link

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants