siteinfo: Add common-mips site file.
authorKhem Raj <raj.khem@gmail.com>
Tue, 6 Oct 2009 04:45:41 +0000 (21:45 -0700)
committerKhem Raj <raj.khem@gmail.com>
Tue, 6 Oct 2009 22:31:32 +0000 (15:31 -0700)
* After renaming the target triplet the file names
  needs to be renamed because they are used in get_siteinfo_list

Signed-off-by: Khem Raj <raj.khem@gmail.com>
classes/siteinfo.bbclass
site/arm-linux-gnu [moved from site/arm-linux with 100% similarity]
site/armeb-linux-gnu [moved from site/armeb-linux with 100% similarity]
site/mips-common [new file with mode: 0644]
site/mips-linux-gnu [moved from site/mips-linux with 100% similarity]
site/mipsel-linux-gnu [moved from site/mipsel-linux with 100% similarity]
site/powerpc-linux-gnu [moved from site/powerpc-linux with 100% similarity]
site/sparc-linux-gnu [moved from site/sparc-linux with 100% similarity]
site/x86_64-linux-gnu [moved from site/x86_64-linux with 100% similarity]

index 2bacd69..d28093d 100644 (file)
@@ -23,14 +23,14 @@ def get_siteinfo_list(d):
        targetinfo = {\
                "armeb-linux":             "endian-big bit-32 common-linux common-glibc arm-common",\
                "armeb-linux-gnu":         "endian-big bit-32 common-linux common-glibc arm-common",\
-               "armeb-linux-gnueabi":     "endian-big bit-32 common-linux common-glibc arm-common armeb-linux",\
+               "armeb-linux-gnueabi":     "endian-big bit-32 common-linux common-glibc arm-common armeb-linux-gnu",\
                "armeb-linux-uclibc":      "endian-big bit-32 common-linux common-uclibc arm-common",\
                "armeb-linux-uclibceabi":  "endian-big bit-32 common-linux common-uclibc arm-common armeb-linux-uclibc",\
                "arm-darwin":              "endian-little bit-32 common-darwin",\
                "arm-darwin9":             "endian-little bit-32 common-darwin",\
                "arm-linux":               "endian-little bit-32 common-linux common-glibc arm-common",\
                "arm-linux-gnu":           "endian-little bit-32 common-linux common-glibc arm-common",\
-               "arm-linux-gnueabi":       "endian-little bit-32 common-linux common-glibc arm-common arm-linux",\
+               "arm-linux-gnueabi":       "endian-little bit-32 common-linux common-glibc arm-common arm-linux-gnu",\
                "arm-linux-uclibc":        "endian-little bit-32 common-linux common-uclibc arm-common",\
                "arm-linux-uclibceabi":    "endian-little bit-32 common-linux common-uclibc arm-common arm-linux-uclibc",\
                "avr32-linux-uclibc":      "endian-big bit-32 common-linux common-uclibc avr32-common",\
@@ -57,17 +57,17 @@ def get_siteinfo_list(d):
                "i686-mingw32":            "endian-little bit-32 common-mingw ix86-common",\
               "ia64-linux":              "endian-little bit-64 common-linux common-glibc",\
               "ia64-linux-gnu":          "endian-little bit-64 common-linux common-glibc",\
-               "mipsel-linux":            "endian-little bit-32 common-linux common-glibc",\
-               "mipsel-linux-gnu":        "endian-little bit-32 common-linux common-glibc",\
-               "mipsel-linux-uclibc":     "endian-little bit-32 common-linux common-uclibc",\
-               "mips-linux":              "endian-big bit-32 common-linux common-glibc",\
-               "mips-linux-gnu":          "endian-big bit-32 common-linux common-glibc",\
-               "mips-linux-uclibc":       "endian-big bit-32 common-linux common-uclibc",\
+               "mipsel-linux":            "endian-little bit-32 common-linux common-glibc mips-common",\
+               "mipsel-linux-gnu":        "endian-little bit-32 common-linux common-glibc mips-common",\
+               "mipsel-linux-uclibc":     "endian-little bit-32 common-linux common-uclibc mips-common",\
+               "mips-linux":              "endian-big bit-32 common-linux common-glibc mips-common",\
+               "mips-linux-gnu":          "endian-big bit-32 common-linux common-glibc mips-common",\
+               "mips-linux-uclibc":       "endian-big bit-32 common-linux common-uclibc mips-common",\
                "powerpc-darwin":          "endian-big bit-32 common-darwin",\
-               "ppc-linux":               "endian-big bit-32 common-linux common-glibc powerpc-common",\ 
-               "ppc-linux-gnu":           "endian-big bit-32 common-linux common-glibc powerpc-common",\ 
-               "ppc64-linux":             "endian-big bit-64 common-linux common-glibc powerpc-common",\ 
-               "ppc64-linux-gnu":         "endian-big bit-64 common-linux common-glibc powerpc-common",\ 
+               "ppc-linux":               "endian-big bit-32 common-linux common-glibc powerpc-common",\
+               "ppc-linux-gnu":           "endian-big bit-32 common-linux common-glibc powerpc-common",\
+               "ppc64-linux":             "endian-big bit-64 common-linux common-glibc powerpc-common",\
+               "ppc64-linux-gnu":         "endian-big bit-64 common-linux common-glibc powerpc-common",\
               "powerpc-linux":           "endian-big bit-32 common-linux common-glibc powerpc-common",\
               "powerpc-linux-gnu":       "endian-big bit-32 common-linux common-glibc powerpc-common",\
               "powerpc-linux-gnuspe":    "endian-big bit-32 common-linux common-glibc powerpc-common",\
@@ -89,6 +89,7 @@ def get_siteinfo_list(d):
                info = targetinfo[target].split()
                info.append(target)
                info.append("common")
+              print info
                return info
        else:
                bb.error("Information not available for target '%s'" % target)
similarity index 100%
rename from site/arm-linux
rename to site/arm-linux-gnu
similarity index 100%
rename from site/armeb-linux
rename to site/armeb-linux-gnu
diff --git a/site/mips-common b/site/mips-common
new file mode 100644 (file)
index 0000000..baffaab
--- /dev/null
@@ -0,0 +1,14 @@
+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}
+
+# 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}
+
similarity index 100%
rename from site/mips-linux
rename to site/mips-linux-gnu
similarity index 100%
rename from site/mipsel-linux
rename to site/mipsel-linux-gnu
similarity index 100%
rename from site/powerpc-linux
rename to site/powerpc-linux-gnu
similarity index 100%
rename from site/sparc-linux
rename to site/sparc-linux-gnu
similarity index 100%
rename from site/x86_64-linux
rename to site/x86_64-linux-gnu