This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: x86 configure machinery take II


On Fri, Dec 14, 2001 at 08:27:37PM +0100, Jan Hubicka wrote:
> 	* config.gcc: Revamp target_cpu_default2 to strings;
> 	support new x86 variants.
> 	* i386.c (override_options): Default x86_cpu_string and x86_arch_string
> 	properly; set prefetch_sse.
> 	* i386.h (x86_prefetch_sse): Declare.
> 	(TARGET_PREFETCH_SSE): New.
> 	(CPP_CPU_DEFAULT_SPEC): Define according to the new macros.
> 	(TARGET_CPU_DEFAULT_*): New.

Ok.

> +   static const char *cpu_names[] = TARGET_CPU_DEFAULT_NAMES;

static const char * const cpu_names

> + 			target_cpu_default2=TARGET_CPU_DEFAULT_k6-2
> + 			target_cpu_default2=TARGET_CPU_DEFAULT_k6-3

							         ^ typos


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]