Look at TARGET_CPU_DEFAULT to enable the use of gas.
authorMichael Meissner <meissner@gcc.gnu.org>
Sat, 20 Mar 1993 23:54:00 +0000 (23:54 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Sat, 20 Mar 1993 23:54:00 +0000 (23:54 +0000)
From-SVN: r3806

gcc/config/mips/mips.h

index ad2acd6..d56a8bf 100644 (file)
@@ -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.