Skip to content

cpu: Move ldscripts into separate directory#3120

Merged
haukepetersen merged 2 commits intoRIOT-OS:masterfrom
jnohlgard:pr/ldscripts-location
May 30, 2015
Merged

cpu: Move ldscripts into separate directory#3120
haukepetersen merged 2 commits intoRIOT-OS:masterfrom
jnohlgard:pr/ldscripts-location

Conversation

@jnohlgard
Copy link
Copy Markdown
Member

Less clutter inside the cpu/* directories by placing linker scripts under cpu/*/ldscripts/CPUNAME.ld

Less clutter inside the cpu/* directories by placing linker scripts
under cpu/*/ldscripts/CPUNAME.ld
@jnohlgard jnohlgard added Platform: ARM Platform: This PR/issue effects ARM-based platforms Platform: AVR Platform: This PR/issue effects AVR-based platforms Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation labels May 30, 2015
@jnohlgard jnohlgard added this to the Release 2015.06 milestone May 30, 2015
@jnohlgard jnohlgard added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label May 30, 2015
Linker warnings usually means something does not get placed where it is
supposed to and the most likely result is a broken binary.
Linker warnings should be treated as serious problems with the program
and should be solved before the program is tested on actual hardware.
@haukepetersen
Copy link
Copy Markdown
Contributor

I like! ACK when Travis is happy.

@haukepetersen
Copy link
Copy Markdown
Contributor

all green -> go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Platform: ARM Platform: This PR/issue effects ARM-based platforms Platform: AVR Platform: This PR/issue effects AVR-based platforms Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants