]> gcc.gnu.org Git - gcc.git/commitdiff
(OVERRIDE_OPTIONS, SUBTARGET_OVERRIDE_OPTIONS): Define.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 21 Jul 1993 21:21:10 +0000 (14:21 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 21 Jul 1993 21:21:10 +0000 (14:21 -0700)
From-SVN: r4956

gcc/config/i386/i386.h

index fa8f0b5b26b487c03e8944b4405b6cd9d46f4c04..705d83d43760ecc23114c7963d17a731c1a1ae59 100644 (file)
@@ -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
 \f
 /* target machine storage layout */
 
This page took 0.066625 seconds and 5 git commands to generate.