Hello everyone,Maybe newbie question, but. I noticed about that the GCC inserts it's version string in every object it produces. It looks like "GCC: (GNU) 4.5.1". But every time I bootstrap new (or old) GCC, this new copy inserts two version strings: string from host compiler, and string of current working copy. How I get rid of first (host) version string?
Is it related to GCC or to Binutils? Please point me to right direction. Thanks in advance.