Details
Description
The linker of gcc 4.6 has problem with the too long arguments list.
If you have dozens of static libraries and each of them depends on qtcore, qtxml and so on, then this qt libraries add to linking arguments many times.
This can be fixed with the simple cleaning of staticlibraries array in gcc.js (see patch).
Possibly it is helpful to make same for dynamiclibraries and frameworks.