diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-21 14:21:10 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-21 14:21:10 -0700 |
commit | fb5fd6089791c6acd8e2cf028455a744fcc5d32d (patch) | |
tree | 036a99c7505ce2918293bc53cb5bddcea672e90c | |
parent | 3151d2aa296920e7d2df2bee16680b02635f3393 (diff) | |
download | gcc-fb5fd6089791c6acd8e2cf028455a744fcc5d32d.zip gcc-fb5fd6089791c6acd8e2cf028455a744fcc5d32d.tar.gz gcc-fb5fd6089791c6acd8e2cf028455a744fcc5d32d.tar.bz2 |
(OVERRIDE_OPTIONS, SUBTARGET_OVERRIDE_OPTIONS): Define.
From-SVN: r4956
-rw-r--r-- | gcc/config/i386/i386.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 */ |