aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/mpstd.h
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/mpstd.h')
-rw-r--r--mps/code/mpstd.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/mps/code/mpstd.h b/mps/code/mpstd.h
index fd637864286..57c564e838e 100644
--- a/mps/code/mpstd.h
+++ b/mps/code/mpstd.h
@@ -440,6 +440,19 @@
440#define MPS_WORD_SHIFT 5 440#define MPS_WORD_SHIFT 5
441#define MPS_PF_ALIGN 4 441#define MPS_PF_ALIGN 4
442 442
443/* @@@@ Determine symbols for XCI6LL */
444#elif defined(CONFIG_PF_XCI6LL)
445#define MPS_PF_XCI6LL
446#define MPS_PF_STRING "xci6ll"
447#define MPS_OS_XC
448#define MPS_ARCH_I6
449#define MPS_BUILD_LL
450#define MPS_T_WORD unsigned long
451#define MPS_T_ULONGEST unsigned long
452#define MPS_WORD_WIDTH 64
453#define MPS_WORD_SHIFT 6
454#define MPS_PF_ALIGN 8
455
443#else 456#else
444#error "Unable to detect target platform" 457#error "Unable to detect target platform"
445#endif 458#endif