[oe-commits] Holger Hans Peter Freyther : mips-common: Add alignment for MIPS

git version control git at git.openembedded.org
Sat Oct 24 08:53:25 UTC 2009


Module: openembedded.git
Branch: koen/static-libs-rework
Commit: 2ae8d6cc6d6094ca7aeac266caecdd61ddcb6bee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2ae8d6cc6d6094ca7aeac266caecdd61ddcb6bee

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Sat Oct 24 13:08:55 2009 +0800

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.

---

 site/mips-common |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/site/mips-common b/site/mips-common
index baffaab..47a34e2 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
+





More information about the Openembedded-commits mailing list