summaryrefslogtreecommitdiffstats
path: root/meta/site/mips-common
AgeCommit message (Collapse)Author
2016-03-20siteinfo: Move apr configure cache to common-linuxKhem Raj
There are variables which are used in all target specific sitefiles. Move it to common-linux, so it can be effective for all targets. Usually they will vary based upon libc e.g. musl does not have process shared mutexes so apr_cv_process_shared_works should be no for it. For glibc though it should be yes but existing behaviour is to use 'no' so its left as it is. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-06-13site: add more alignment values for at-spi2-coreRoss Burton
x86 and x86_64 values were added in 8c46ec. The x86-64 values were missing an entry, add MIPS and PowerPC values from myself in qemu, and ARM values from Martin Jansa. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-05-06site/mips-common: alignment values for guin32, guin64 and unsigned longSaul Wold
These are required to build recent versions of glib-2.0 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-08-04Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copyTom Rini
Providing va_copy / __va_copy come down to the libc. va_val_copy comes down to the architecture. Unfortunately it's assumed true if not set, so we need to make sure to set this to false for x86_64 where it is not true. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-27siteinfo: Move general realloc/malloc values to common-$libcTom Rini
These are tests for glibc behavior which we have enabled in uclibc. Note that if we ever disable MALLOC_GLIBC_COMPAT the uclibc tests will need to be changed (but I believe this would also entail massive patching to the rest of userspace so this should be unlikely). Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-08[bug 1195] site/mips-common: Cache cvs_cv_func_printf_ptrKhem Raj
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2010-12-23apr: add configure for NODELAY to mips-commonSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-09-02dpkg: fix powerpc and mips build failureDongxiao Xu
set dpkg va_copy value in corresponding site files for powerpc and mips Fixes [BUGID #219] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-01-06qemumips: Add qemumips machine from OE.devJoshua Lock
Site and machine configuration for Mips architecture and a qemumips target from Openembedded. Signed-off-by: Joshua Lock <josh@linux.intel.com>