aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/mpstd.h
diff options
context:
space:
mode:
authorRichard Brooksby2012-05-21 18:58:57 +0100
committerRichard Brooksby2012-05-21 18:58:57 +0100
commit177133e65a3c36feee0d61fee921d2cc550ce12f (patch)
tree1a9f91af3ba2674c617869df9e18d02a6e71404d /mps/code/mpstd.h
parentfca3019e6633ca9a91a97a755c866e3b151c4ff0 (diff)
downloademacs-177133e65a3c36feee0d61fee921d2cc550ce12f.tar.gz
emacs-177133e65a3c36feee0d61fee921d2cc550ce12f.zip
Basic build of mps library and mpmss test using xcode on xci6ll platform.
Copied from Perforce Change: 178246 ServerID: perforce.ravenbrook.com
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