------- Comment #2 from hjl at gcc dot gnu dot org 2006-12-02 22:18 ------- Subject: Bug 30040
Author: hjl Date: Sat Dec 2 22:18:25 2006 New Revision: 119454 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119454 Log: 2006-12-02 H.J. Lu <[EMAIL PROTECTED]> PR target/30040 * config/i386/driver-i386.c: Include "coretypes.h" and "tm.h". (bit_SSSE3): New. (host_detect_local_cpu): Check -mtune= vs. -march=. Rewrite processor detection. * config/i386/i386.h (CC1_CPU_SPEC): Add -mtune=native for -march=native if there is no -mtune=*. * config/i386/x-i386 (driver-i386.o): Also depend on $(TM_H) coretypes.h. Modified: trunk/gcc/ChangeLog trunk/gcc/config/i386/driver-i386.c trunk/gcc/config/i386/i386.h trunk/gcc/config/i386/x-i386 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30040