http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063
--- Comment #5 from Yury Gribov <y.gribov at samsung dot com> --- (In reply to Yury Gribov from comment #4) > I think Andrew is right - clock_gettime is in libc nowadays. Should we > wontfix this bug? A trivial WAR for users would be to add -lrt to cmdline. A patch to add librt would be trivial though... -Y