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

Separate the Arm Compiler 5 and 6 components #9075

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Commits on Apr 30, 2024

  1. Separate the Arm Compiler 5 and 6 components

    This allows us to test for the presence of each compiler separately.
    
    Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
    bensze01 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8681773 View commit details
    Browse the repository at this point in the history
  2. Restore the conditionality of ArmCC version query

    This commit replaces the previous RUN_ARMCC enviornment variable used by
    output_env.sh with RUN_ARMC5 and RUN_ARMC6.
    
    Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
    bensze01 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    935d31e View commit details
    Browse the repository at this point in the history