diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1993-07-28 19:17:10 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1993-07-28 19:17:10 +0000 |
commit | c49f1ce85dce7d834bac3f80b0402878104c252f (patch) | |
tree | 0205ec4a8eb396e32557738725aee9bf75e2298b /gcc/config/i386/osfrose.h | |
parent | b6f01001b162dfcb6919f37908ab7dd01edc831f (diff) | |
download | gcc-c49f1ce85dce7d834bac3f80b0402878104c252f.tar.gz |
Use SUBTARGET_OVERRIDE_OPTIONS instead of OVERRIDE_OPTIONS.
From-SVN: r5031
Diffstat (limited to 'gcc/config/i386/osfrose.h')
-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 0d75b006e86..dc4a105df49 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) \ |