OSDN Git Service

(CPP_SPEC): Add defines for -m1, -m2, and -m3.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Feb 1996 18:48:24 +0000 (18:48 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Feb 1996 18:48:24 +0000 (18:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11184 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/sh.h

index 236aaa6..f10c692 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)"