>If you encounter problems with the runtime linker (something like
>unexpected dynamic reloc type) use -fno-vtable-thunks - this means to
>recompile the libstdc++ again which might not work without problems.

This was fixed in the compiler quite a long time ago (by Jim Studt I think).  
Mixing -fPIC and -fvtable-thunks should be fine now.

>First thing is to forget about the -O flag. Optimization seems to fail in
>an horribly amount of cases.

This is also not such a good plan.  I'm currently only aware of a handful of 
cases in which optimization fails and they are extremely rare.  If you find 
others the thing to do is report them.  Turning off optimization altogether 
will slow the generated code down by a huge amount.

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to