-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Build
-
Fully Compatible
-
ALL
-
v8.0
-
200
During TCmalloc upgrade SERVER-85737, it was required that assembly code get compiled with fpic. However it was applied wholesale even to old tcmalloc. This broke on dynamic powerpc builds which used old tcmalloc.
We should not use the fpic option for assembly on dynamic ppc builds.