http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46516
--- Comment #10 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-11-17 09:27:21 UTC --- (In reply to comment #8) > however, I just observe that the libgomp.spec are causing no problems in my > build. Are they actually read? Even here, where I use multilib and the gfortran.spec is found, I do not see that the libgomp.spec is read - at least I do not see a line like: Reading specs from ... libgomp.spec unless I explicitly pass '-specs=libgomp.spec' to the driver. My impression is that libgomp.spec should be read if found, otherwise the defaults are used. But seemingly, it is never read - also strace does not show anything.