From 36db6b8ddaa83178e1784814daae5dbf72982bd8 Mon Sep 17 00:00:00 2001 From: eeh Date: Sun, 17 Jan 1999 02:13:18 +0000 Subject: [PATCH] Make cc call gas with `-Av9a' (thanks mrg). --- gnu/dist/gcc/config/sparc/netbsd64.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/dist/gcc/config/sparc/netbsd64.h b/gnu/dist/gcc/config/sparc/netbsd64.h index 4f3146e69647..81c5cf57e3ad 100644 --- a/gnu/dist/gcc/config/sparc/netbsd64.h +++ b/gnu/dist/gcc/config/sparc/netbsd64.h @@ -1,5 +1,10 @@ /* netbsd sparc64 ELF configuration */ +/* Name the target CPU (this must be before ) */ +#ifndef TARGET_CPU_DEFAULT +#define TARGET_CPU_DEFAULT TARGET_CPU_ultrasparc +#endif + #include /* maybe remove __sparc__ ? */ @@ -73,8 +78,3 @@ /* XXX Redefine this; mucks with it. */ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (%s)", TARGET_NAME); - -/* Name the target CPU. */ -#ifndef TARGET_CPU_DEFAULT -#define TARGET_CPU_DEFAULT TARGET_CPU_ultrasparc -#endif