Currently there is no way to disable pic build on master, because pic is forcefully enable in build files. This PR removes that and allows b_staticpic option to function correctly. b_staticpic seems to be enabled by default.
Also added readme entry for this option.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
[x] Built libc with b_staticpic set to true and false
Don't force pic build
Description
Currently there is no way to disable pic build on master, because pic is forcefully enable in build files. This PR removes that and allows b_staticpic option to function correctly. b_staticpic seems to be enabled by default.
Also added readme entry for this option.
Type of change
How Has This Been Tested?