[oe-commits] Graham Gower : siteinfo.bbclass, mips64: Clone mips-common to mips64-common .

git version control git at git.openembedded.org
Mon Oct 25 22:38:28 UTC 2010


Module: openembedded.git
Branch: master
Commit: 71b3b35297851ba11d3aa92f214ee65ddf460505
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=71b3b35297851ba11d3aa92f214ee65ddf460505

Author: Graham Gower <graham.gower at gmail.com>
Date:   Wed Oct 20 14:30:44 2010 +0000

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 at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 classes/siteinfo.bbclass               |    4 ++--
 site/mips64-common                     |   31 +++++++++++++++++++++++++++++++
 site/{mip64el-linux => mips64el-linux} |    0
 3 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass
index 2ce0f71..bb0ed1f 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 0000000..5001ecd
--- /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
similarity index 100%
rename from site/mip64el-linux
rename to site/mips64el-linux





More information about the Openembedded-commits mailing list