From c49f1ce85dce7d834bac3f80b0402878104c252f Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 28 Jul 1993 19:17:10 +0000 Subject: [PATCH] Use SUBTARGET_OVERRIDE_OPTIONS instead of OVERRIDE_OPTIONS. From-SVN: r5031 --- gcc/config/i386/osfrose.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h index 0d75b00..dc4a105 100644 --- a/gcc/config/i386/osfrose.h +++ b/gcc/config/i386/osfrose.h @@ -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) \ -- 2.7.4