* config/i386/driver-i386.c (describe_cache): Optimize
commitfaa14cce0e1a57bde41281f79d86248e79567ed4
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jun 2009 06:33:31 +0000 (3 06:33 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jun 2009 06:33:31 +0000 (3 06:33 +0000)
treec55e9c054e6a865f5290620a00932f06ea1dfc41
parent9d247ee81b817a496bf8f2996a4bb3afb6108d8e
* config/i386/driver-i386.c (describe_cache): Optimize
concatenation of strings.  Use snprintf instead of sprintf.
(host_detect_local_cpu): Ditto.  Ignore -march and -mtune for native
target when not compiling with GCC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148115 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/driver-i386.c
gcc/testsuite/ChangeLog