Skip to content

Doumentation updates on renaming "default_lib" to "c_lib" for small C library selection #1197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 21, 2020

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


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