From: Doug Evans Date: Sat, 18 Feb 1995 17:33:02 +0000 (+0000) Subject: rs6000.h (SUBTARGET_OVERRIDE_OPTIONS): Define. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6a2d236a23dc7c155d6488526ff8040425cc576;p=platform%2Fupstream%2Fgcc.git rs6000.h (SUBTARGET_OVERRIDE_OPTIONS): Define. * rs6000/rs6000.h (SUBTARGET_OVERRIDE_OPTIONS): Define. (OVERRIDE_OPTIONS): Call it. From-SVN: r8965 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 099dda0..10c7abd 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -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