Commit a7f5dfd
committed
configure: use __ARM_ARCH to determine arm version
Before this change, configure used processor specific macro defines
(like __ARM_ARCH_6M__) to detect the arm processor version. This
changes configure to use __ARM_ARCH, that should be defined to the
correct version.
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: #41231 parent 0e3912b commit a7f5dfdCopy full SHA for a7f5dfd
File tree
Expand file treeCollapse file tree
1 file changed
+2
-7
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+2
-7
lines changedOpen diff view settings
Collapse file
+2-7Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
557 | 557 | |
558 | 558 | |
559 | 559 | |
560 | | - |
561 | | - |
562 | | - |
563 | | - |
564 | | - |
| 560 | + |
565 | 561 | |
566 | 562 | |
567 | 563 | |
568 | 564 | |
569 | 565 | |
570 | | - |
571 | | - |
| 566 | + |
572 | 567 | |
573 | 568 | |
574 | 569 | |
|
0 commit comments