E2K: added initial support for MCST Elbrus CPU

This commit is contained in:
r-a-sattarov
2019-08-30 21:54:04 +03:00
committed by sago007
parent 142e4d32cf
commit bf4f0d1ec5

View File

@@ -213,6 +213,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define ARCH_STRING "mips"
#elif defined __sh__
#define ARCH_STRING "sh"
#elif defined __e2k__
#define ARCH_STRING "e2k"
#endif
#if __FLOAT_WORD_ORDER == __BIG_ENDIAN