From 404f986e04ee55d0d944c85f02e83ea5a2519a19 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sat, 20 Mar 1993 23:54:00 +0000 Subject: Look at TARGET_CPU_DEFAULT to enable the use of gas. From-SVN: r3806 --- gcc/config/mips/mips.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index ad2acd6..d56a8bf 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -364,7 +364,7 @@ extern char *mktemp (); {"debugh", MASK_DEBUG_H}, \ {"debugi", MASK_DEBUG_I}, \ {"debugj", MASK_DEBUG_J}, \ - {"", TARGET_DEFAULT} \ + {"", TARGET_DEFAULT | TARGET_CPU_DEFAULT} \ } /* Default target_flags if no switches are specified */ @@ -373,6 +373,10 @@ extern char *mktemp (); #define TARGET_DEFAULT 0 #endif +#ifndef TARGET_CPU_DEFAULT +#define TARGET_CPU_DEFAULT 0 +#endif + /* This macro is similar to `TARGET_SWITCHES' but defines names of command options that have values. Its definition is an initializer with a subgrouping for each command option. -- cgit v1.1