aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-10-20 14:30:44 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-25 15:33:46 -0700
commit71b3b35297851ba11d3aa92f214ee65ddf460505 (patch)
treec5c063868c821007aa5cd2fca7518d9114e490ad
parent93d884ef74dd798c3c7de58f1e7325ff0cfa798d (diff)
downloadopenembedded-71b3b35297851ba11d3aa92f214ee65ddf460505.tar.gz
siteinfo.bbclass, mips64: Clone mips-common to mips64-common.
Orbit has alignment of long = 4 bytes, which is only true of 32 bit mips. Rename mip64el-linux to mips64el-linux while here. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--classes/siteinfo.bbclass4
-rw-r--r--site/mips64-common31
-rw-r--r--site/mips64el-linux (renamed from site/mip64el-linux)0
3 files changed, 33 insertions, 2 deletions
diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass
index 2ce0f718eb..bb0ed1f5e3 100644
--- a/classes/siteinfo.bbclass
+++ b/classes/siteinfo.bbclass
@@ -27,8 +27,8 @@ def siteinfo_data(d):
"i686": "endian-little bit-32 ix86-common",
"ia64": "endian-little bit-64",
"mips": "endian-big bit-32 mips-common",
- "mips64": "endian-big bit-64 mips-common",
- "mips64el": "endian-little bit-64 mips-common",
+ "mips64": "endian-big bit-64 mips64-common",
+ "mips64el": "endian-little bit-64 mips64-common",
"mipsel": "endian-little bit-32 mips-common",
"powerpc": "endian-big bit-32 powerpc-common",
"nios2": "endian-little bit-32 nios2-common",
diff --git a/site/mips64-common b/site/mips64-common
new file mode 100644
index 0000000000..5001ecdb10
--- /dev/null
+++ b/site/mips64-common
@@ -0,0 +1,31 @@
+ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
+ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
+
+# cvs
+cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
+
+# screen
+screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no}
+screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no}
+screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no}
+screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes}
+screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes}
+screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no}
+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=8
+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
+
diff --git a/site/mip64el-linux b/site/mips64el-linux
index 61932d1a99..61932d1a99 100644
--- a/site/mip64el-linux
+++ b/site/mips64el-linux