(CPP_SPEC): Add defines for -m1, -m2, and -m3.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 9 Feb 1996 18:48:24 +0000 (10:48 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 9 Feb 1996 18:48:24 +0000 (10:48 -0800)
From-SVN: r11184

gcc/config/sh/sh.h

index 236aaa61eaa83195164fb487750c665b62ab85e9..f10c69229fa0b72384857a4922ff771312b9ca2d 100644 (file)
@@ -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)"