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

Allow platform configurations to define compiler flags for AS rules. #14

Merged
merged 2 commits into from
Nov 10, 2017

Conversation

eblanton
Copy link
Contributor

Platforms that set ASCFLAGS will have this variable passed to CC-as-AS
at compile time, which is necessary on Cortex-M processors with
arm-none-eabi-gcc to set thumb and processor-specific opcode generation.

eblanton and others added 2 commits November 10, 2017 09:38
Platforms that set ASCFLAGS will have this variable passed to CC-as-AS
at compile time, which is necessary on Cortex-M processors with
arm-none-eabi-gcc to set thumb and processor-specific opcode generation.
@brylow brylow merged commit 5ed31a5 into xinu-os:master Nov 10, 2017
@eblanton eblanton deleted the as-provide-cflags branch November 10, 2017 18:28
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.

None yet

2 participants