From: Jim Wilson Date: Fri, 9 Feb 1996 18:48:24 +0000 (-0800) Subject: (CPP_SPEC): Add defines for -m1, -m2, and -m3. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd9784dbc9c186c05d41bae330c5946a8324ccad;p=gcc.git (CPP_SPEC): Add defines for -m1, -m2, and -m3. From-SVN: r11184 --- diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 236aaa61eaa..f10c69229fa 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -34,7 +34,11 @@ Boston, MA 02111-1307, USA. */ #define SDB_DELIM ";" -#define CPP_SPEC "%{ml:-D__LITTLE_ENDIAN__} %{m3e:-D__SH3E__}" +#define CPP_SPEC "%{ml:-D__LITTLE_ENDIAN__} \ +%{m1:-D__sh1__} \ +%{m2:-D__sh2__} \ +%{m3:-D__sh3__} \ +%{m3e:-D__SH3E__}" #define CPP_PREDEFINES "-D__sh__ -Acpu(sh) -Amachine(sh)"