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

Add new clang aliases that omit the {vendor} #29

Merged
merged 2 commits into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. Add symlinks for binutils

    Some binutils were unintentionally omitted, so let's add these.
    
    This should fix errors like the one below from the linux kernel:
    
        + mksysmap vmlinux System.map
        + /bin/bash /local/mnt/workspace/upstream/toolchain_for_hexagon/linux/scripts/mksysmap vmlinux System.map
        /local/mnt/workspace/upstream/toolchain_for_hexagon/linux/scripts/mksysmap: line 44: hexagon-unknown-linux-musl-nm: command not found
        + on_exit
        + '[' 1 -ne 0 ']'
        + cleanup
    
    Signed-off-by: Brian Cain <[email protected]>
    androm3da committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fdbd1a5 View commit details
    Browse the repository at this point in the history
  2. Add new clang aliases that omit the {vendor}

    The vendor is implicitly "unknown", so it's safe to omit and should
    be unambiguous when omitted.
    
    Suggested-by: Sid Manning <[email protected]>
    Signed-off-by: Brian Cain <[email protected]>
    androm3da committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    862100e View commit details
    Browse the repository at this point in the history