Switch gcc's default for sparc64 from cpu=v9 to cpu=ultrasparc.

This commit is contained in:
martin 2005-10-29 16:40:24 +00:00
parent 44545da4e2
commit b09509e102
2 changed files with 2 additions and 1 deletions

View File

@ -2648,6 +2648,7 @@ sparc64-*-netbsd*)
tmake_file="${tmake_file} sparc/t-netbsd64"
tm_file="sparc/biarch64.h ${tm_file}"
tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
with_cpu=ultrasparc
;;
strongarm-*-elf*)
tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"

View File

@ -1,7 +1,7 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */
#define TARGET_CPU_DEFAULT (TARGET_CPU_sparc64)
#define TARGET_CPU_DEFAULT (TARGET_CPU_ultrasparc)
#ifndef NETBSD_ENABLE_PTHREADS
# define NETBSD_ENABLE_PTHREADS
#endif