cpu/arm7_common: Moved compiler flags here#11882
Conversation
|
Let's check if Murdock can find any issues. |
|
For me this is mixing refactoring and fixing #11861 as from what I understand, the fix would only be to define I even think that it would be better to replace the check against
|
|
With #11883 merged: can this be closed? |
|
I'll rebase update the cleanup according to @cladmi's comments. Moving the ARM7 compiler and linker flags from boards to cpu/arm7_common seems to still make sense. |
|
OK, I updated to only contain the cleanup. The compiler & linker flags have now been moved to |
|
The changes are good, they remove setting compiler options in the board when it belongs more to the cpu (or arch) part. In master it was:
|
|
Another rebase is needed. |
- Moved compiler & linker flags from boards/common/msba2 to cpu/arm7_common - Moved dependency to newlib nano to cpu/arm7_common - Moved config to link in cpu/startup.o to cpu/arm7_common
1299daa to
7092566
Compare
|
Rebased and manually applied the changes from #12098 (the dropping of the |
benpicco
left a comment
There was a problem hiding this comment.
The flags are still the same, they just moved to a different place now.
|
Thanks for the review. I was fearing that no one has the interest to review my ARM7 PRs. |
Contribution description
boards/common/msba2tocpu/arm7_commoncpu/arm7_commoncpu/startup.otocpu/arm7_commonTesting procedure
Issues/PRs references
This PR is a response to issue #11861, the actual fix for issue #11861 was done in #11883