forked from picolibc/picolibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multilib-list option to limit multilib targets
Using -Dmultilib-list=a,b,c will restrict the multilib targets to the specified list instead of building all of them. You specify the desired multilibs by specifying the first element of the multilib element shown from the -print-multi-libs options. For instance, to limit the RISC-V library to supporting rv32imac and rv32im, you can say: $ meson -Dmultilib-list=rv32imac/ilp32,rv32im/ilp32 An error will be generated if you request a multilib configuration which is not supported by the compiler. Signed-off-by: Keith Packard <[email protected]>
- Loading branch information
1 parent
160b667
commit 1befaa4
Showing
2 changed files
with
48 additions
and
24 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
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