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 ARCH/SRCARCH for aarch64 in linux-check-dotconfig #3098

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

sairon
Copy link
Member

@sairon sairon commented Jan 22, 2024

Wrong arch for arm64 produces few false check results resulting from some symbols in arm64 tree not being loaded. We can use raw $(ARCH) variable for arm, only need to translate aarch64 -> arm64.

Wrong arch for arm64 produces few false check results resulting
from some symbols in arm64 tree not being loaded. We can use raw
$(ARCH) variable for arm, only need to translate aarch64 -> arm64.
@sairon sairon requested a review from agners January 22, 2024 17:04
@sairon sairon merged commit d83fc29 into dev Jan 22, 2024
1 check passed
@sairon sairon deleted the fix-check-dotconfig-arch branch January 22, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants