------- Comment #19 from ghazi at gcc dot gnu dot org 2008-01-27 20:09 ------- (In reply to comment #18) > If it does, maybe instead you simply nuke the problematic cases when you see > __PIC__.
Another option that might work is to add -fpie when we see __PIC__. That should work on darwin etc as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26099