[Bug bootstrap/33781] [4.3 Regression] "Arg list too long" building libgcc.a

jakub at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Nov 2 18:41:00 GMT 2007



------- Comment #11 from jakub at gcc dot gnu dot org  2007-11-02 18:40 -------
No wonder I haven't seen so big $$objects in my x86_64-linux build (not that
20KB would be a big deal there).  I guess we shouldn't then split
libgcc-objects into so many small objects, but instead just use
objects="$(filter-out _fract% _satfract%, $(objects))"
and then run AR_FOR_TARGET again also for $(filter _fract%, $(objects))
and $(filter _satfract%, $(objects)) if either is not empty.
That could cure libgcc.a, but libgcc-s-objects is probably big as well.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33781



More information about the Gcc-bugs mailing list