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

Only emit inline-assembly when building for AVR #42

Merged
merged 1 commit into from
Aug 13, 2020
Merged

Only emit inline-assembly when building for AVR #42

merged 1 commit into from
Aug 13, 2020

Conversation

Rahix
Copy link
Owner

@Rahix Rahix commented Aug 12, 2020

Make sure that we'll never emit AVR assembly on non-AVR targets. Instead of failing the build, fail at runtime, to allow a potential application testsuite to run even if those functions somehow get linked in.

Follow up to #41.

Make sure that we'll never emit AVR assembly on non-AVR targets.
Instead of failing the build, fail at runtime, to allow a potential
application testsuite to run even if those functions somehow get linked
in.

Signed-off-by: Rahix <rahix@rahix.de>
@Rahix Rahix merged commit 12879fd into master Aug 13, 2020
@Rahix Rahix deleted the asm-fixes branch August 13, 2020 04:25
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.

1 participant