From fb5fd6089791c6acd8e2cf028455a744fcc5d32d Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 21 Jul 1993 14:21:10 -0700 Subject: (OVERRIDE_OPTIONS, SUBTARGET_OVERRIDE_OPTIONS): Define. From-SVN: r4956 --- gcc/config/i386/i386.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc') diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index fa8f0b5..705d83d 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -120,6 +120,13 @@ extern int target_flags; /* This is meant to be redefined in the host dependent files */ #define SUBTARGET_SWITCHES +#define OVERRIDE_OPTIONS \ +{ \ + SUBTARGET_OVERRIDE_OPTIONS \ +} + +/* This is meant to be redefined in the host dependent files */ +#define SUBTARGET_OVERRIDE_OPTIONS /* target machine storage layout */ -- cgit v1.1