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

使用__clang__代替__CLANG_ARM #62

Merged
merged 1 commit into from
Jul 10, 2022
Merged

使用__clang__代替__CLANG_ARM #62

merged 1 commit into from
Jul 10, 2022

Conversation

mysterywolf
Copy link
Contributor

@mysterywolf mysterywolf commented Jul 9, 2022

__CLANG_ARM 是rt-thread自己定义的宏,其他操作系统或者裸机平台会报错,目前rt-thread也已经抛弃这个宏了

使用__ARMCC_VERSION代替__CC_ARM || __CLANG_ARM

涉及到的issue:#57

RT-Thread/rt-thread#5451

使用__ARMCC_VERSION代替__CC_ARM || __CLANG_ARM

RT-Thread/rt-thread#5451
@armink
Copy link
Owner

armink commented Jul 10, 2022

多谢满神

@armink armink merged commit 3ec457c into armink:master Jul 10, 2022
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.

2 participants