As of revision 5831, I've enabled -Cg for x86_64-linux building. This means all code is built with PIC so you can build libraries without recompiling the fpc rtl etc. However, this might have some downsides: first, pic'ed code is slightly slower, second, pic support still might contain bugs so please share your findings and opinions.