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

lib: compiler support of arm compiler v6 #270

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

arnopo
Copy link
Contributor

@arnopo arnopo commented Oct 24, 2023

The predefined macro __CC_ARM available on 5.x is migrated to the macro arm for the version 6.x. Add defines to support both versions.

See https://developer.arm.com/documentation/ka005069/1-0/?lang=en for details

Copy link
Collaborator

@tnmysh tnmysh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

The predefined macro __CC_ARM available on 5.x is migrated to the
macro __arm__ for the version 6.x. Add defines to support both versions.

Signed-off-by: Arnaud Pouliquen <[email protected]>
Copy link
Contributor

@ldaj00 ldaj00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@arnopo arnopo merged commit 9855f84 into OpenAMP:main Nov 6, 2023
4 checks passed
@arnopo arnopo deleted the armmcc_v6 branch May 20, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants