diff options
-rw-r--r-- | gcc/config/i386/osfrose.h | 3 |
1 files changed, 2 insertions, 1 deletions
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) \ |