diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-10-24 13:08:55 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-10-24 07:25:03 +0200 |
commit | 2ae8d6cc6d6094ca7aeac266caecdd61ddcb6bee (patch) | |
tree | 67d9454b0a5c3fcb9754c6bdfca0c5b054e34a35 | |
parent | 0bcccaf0288158c77ac76f67b3b9fe406c257690 (diff) |
mips-common: Add alignment for MIPS
These numbers were generated using qemu and a mips32 big
endian userspace on a simulated malta. If we ever support
mips64 we will have to split up mips-common.
-rw-r--r-- | site/mips-common | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/site/mips-common b/site/mips-common index baffaab0a0..47a34e2b14 100644 --- a/site/mips-common +++ b/site/mips-common @@ -12,3 +12,17 @@ screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no} screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes} screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes} +# ORBit2 +ac_cv_alignof_CORBA_octet=1 +ac_cv_alignof_CORBA_boolean=1 +ac_cv_alignof_CORBA_char=1 +ac_cv_alignof_CORBA_wchar=2 +ac_cv_alignof_CORBA_short=2 +ac_cv_alignof_CORBA_long=4 +ac_cv_alignof_CORBA_long_long=8 +ac_cv_alignof_CORBA_float=4 +ac_cv_alignof_CORBA_double=8 +ac_cv_alignof_CORBA_long_double=8 +ac_cv_alignof_CORBA_pointer=4 +ac_cv_alignof_CORBA_struct=1 + |