Skip to content

Conversation

rajkan01
Copy link
Contributor

This documentation is updated to rename default_lib to c_lib and if the target want to select smaller libraries by using
{
"target_overrides": {
"*": {
"target.c_lib": "small"
}
}
}
instead "target.default_lib" as it is no longer being supported.

PR#12278

### c_lib

The `delault_lib` property controls which library, small or standard, the `GCC_ARM` toolchain links. The `default_lib` property may take on the values `std` for the standard library and `small` for the reduced size library.
The `c_lib` property controls which library, small or standard, the `GCC_ARM` toolchain links. The `c_lib` property may take on the values `std` for the standard library and `small` for the reduced size library.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no longer specific to GCC_ARM only.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll wait for this to be resolved before merging

@rajkan01 rajkan01 force-pushed the feature_rename_default_lib branch from 4eadb08 to b36377b Compare January 21, 2020 12:33
@rajkan01 rajkan01 requested a review from iriark01 January 21, 2020 17:08
@iriark01 iriark01 merged commit e2dc540 into development Jan 21, 2020
@AnotherButler AnotherButler deleted the feature_rename_default_lib branch January 27, 2020 19:26
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.

3 participants