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

Fix debian rules for host specification #721

Merged
merged 1 commit into from
May 9, 2024

Conversation

sthibaul
Copy link
Contributor

@sthibaul sthibaul commented May 9, 2024

Debian's multiarch string can be different from the GNU type string. Only the latter should be used for finding a toolchain. For instance, on i386, the gnu type is i686-linux-gnu, while multiarch is i386-linux-gnu.

Debian's multiarch string can be different from the GNU type string. Only
the latter should be used for finding a toolchain. For instance, on i386,
the gnu type is i686-linux-gnu, while multiarch is i386-linux-gnu.
Copy link

github-actions bot commented May 9, 2024

🤖 Upon creation, pull request description does not have a link to an issue. If there is a related issue, please add it to the description using any of the supported formats.

@gavv gavv merged commit efbce5e into roc-streaming:develop May 9, 2024
35 checks passed
@gavv
Copy link
Member

gavv commented May 9, 2024

Thanks.

@gavv gavv added the contribution A pull-request by someone else except maintainers label May 9, 2024
@gavv gavv added this to the next milestone May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution A pull-request by someone else except maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants