K 10 svn:author V 6 brooks K 8 svn:date V 27 2012-08-27T16:18:52.819184Z K 7 svn:log V 386 Fix creation of position independent executables (-fPIE -pie). There were two bugs here. First, -pie was not passed to ld. Second, non-relocatable versions of three *crt*.o archives were used in the pie case. Additionally, link with crtbeginT.o in the -static case. Shift style towards that of the Linux code since much of the new login was cribbed from it. Reported by: jonathan END