http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55518
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-11-28 15:45:30 UTC --- That is not a bug, you've requested to add that flag, therefore you are responsible to make sure gcc finds it at link time and runtime (e.g. by installing it temporarily into a system directory where it is found by default, into sysroot, or using env var options to point it there. That is the same thing as if you tried to use -fopenmp or -fgnu-tm options by default.