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

chromium: (cross) strip aarch64-linux-gnu- toolprefix only for native builds #227723

Merged
merged 1 commit into from Jun 23, 2023
Merged

chromium: (cross) strip aarch64-linux-gnu- toolprefix only for native builds #227723

merged 1 commit into from Jun 23, 2023

Commits on Apr 23, 2023

  1. chromium: (cross) strip aarch64-linux-gnu- toolprefix only for native…

    … builds
    
    Our existing chromium expression strips the `aarch64-linux-gnu-`
    prefix off of toolchain names (like `aarch64-linux-gnu-gcc`) for all
    `Aarch64` builds.  But when we are doing a cross compile *to* an
    `Aarch64` hostPlatform we need to leave those prefixes in place.
    
    This commit makes the prefix-stripping conditional on the build
    being a native build.
    Adam Joseph committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    954e7dc View commit details
    Browse the repository at this point in the history