Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix apache#6954 uTVM, fix when building the runtime for native hardwa…
…re (apache#6957) * Fix apache#6954 which when building the runtime for native hardware fails with -march= is missing. This fix: 1) adds support for march 2) picks a senable setting for f746 discovery There is an interesting downside to this fix involving scheduling that likely needs discussion. In the microcontroller world we really should be setting ex: -march=armv7e-m depending on what cortex-m is being used. -mcpu isn't as important when it comes to a command line compiler. Signed-off-by: Tom Gall <[email protected]> * Fix apache#6954 which when building the runtime for native hardware fails with -march= is missing. This fix: 1) adds support for march 2) picks a senible setting for f746 discovery There is an interesting downside to this fix involving scheduling that likely needs discussion. In the microcontroller world we really should be setting ex: -march=armv7e-m depending on what cortex-m is being used. -mcpu isn't as important when it comes to a command line compiler. Signed-off-by: Tom Gall <[email protected]>
- Loading branch information