OSDN Git Service

* rs6000/rs6000.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Feb 1995 17:33:02 +0000 (17:33 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Feb 1995 17:33:02 +0000 (17:33 +0000)
(OVERRIDE_OPTIONS): Call it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8965 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/rs6000.h

index 099dda0..10c7abd 100644 (file)
@@ -268,7 +268,16 @@ extern char *rs6000_cpu_string;
 
    On the RS/6000 this is used to define the target cpu type.  */
 
-#define OVERRIDE_OPTIONS rs6000_override_options ()
+#define OVERRIDE_OPTIONS \
+do {                           \
+  rs6000_override_options ();  \
+  SUBTARGET_OVERRIDE_OPTIONS;  \
+} while (0)
+
+/* For OS-dependent options */
+#ifndef SUBTARGET_OVERRIDE_OPTIONS
+#define SUBTARGET_OVERRIDE_OPTIONS
+#endif
 
 /* Show we can debug even without a frame pointer.  */
 #define CAN_DEBUG_WITHOUT_FP