Forgot the attachment
/********************* Marc Karasek MTS Sun Microsystems mailto:marc.karasek@sun.com ph:770.360.6415 *********************/
Ed Swierk wrote:
On 12/7/07, Uwe Hermann uwe@hermann-uwe.de wrote:
We should make sure this doesn't break any other distros / compiler versions. Do all reasonably new gcc/ld versions know about '--build-id'?
The Fedora Core 6 version of ld (2.17.50.0.6-5.fc6) doesn't support it. Not sure if that qualifies as reasonably new, but we're still using it.
--Ed
{for (i=1;i<=NF;i++) if ($i=="2.17"){n++} }; END {print n}
(echo | ld --version) | awk '{for (i=1;i<=NF;i++) if ($i=="2.17.50.0.18-1"){n++} }; END {print n}'