Hello,
I'd like to propose the addition of a new transform for Darwin,
transform so far converts -shared flags to "-dynamiclib -undefined
dynamic_lookup" which fixes build issue with packages which use
-shared on old version of Apple's version of GCC with legacy OS X. On
these versions an error is generated as -shared is an unrecognised
option.
It also converts -fpic on -fPIC which reduces noise from warnings.
Any objections to this change?
Sevan