-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ExclusiveGroup feature to multilib.yaml.
This patch adds an ExclusiveGroup: stdlibs flag to all variants. Being in the same ExclusiveGroup would result in the last matching variant out of multiple matching variants to be selected. When no -mfpu=none is specified, the compiler internally adds all other possible fpu settings when searching for matching variants. So for the no-fpu variant to win, it has to be added to multilab.yaml after all other fpu variants. So reorder the add_library_variant calls accordingly.
- Loading branch information
Showing
1 changed file
with
33 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters