Use SUBTARGET_OVERRIDE_OPTIONS instead of OVERRIDE_OPTIONS.
authorMichael Meissner <meissner@gcc.gnu.org>
Wed, 28 Jul 1993 19:17:10 +0000 (19:17 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Wed, 28 Jul 1993 19:17:10 +0000 (19:17 +0000)
From-SVN: r5031

gcc/config/i386/osfrose.h

index 0d75b00..dc4a105 100644 (file)
@@ -234,7 +234,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    defined, is executed once just after all the command options have
    been parsed.  */
 
-#define OVERRIDE_OPTIONS                                               \
+#undef  SUBTARGET_OVERRIDE_OPTIONS
+#define SUBTARGET_OVERRIDE_OPTIONS                                     \
 {                                                                      \
   /*                                                                   \
   if (TARGET_ELF && TARGET_HALF_PIC)                                   \