Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
These are required to build recent versions of glib-2.0
Signed-off-by: Saul Wold <sgw@linux.intel.com>
|
|
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>
|
|
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>
|
|
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
|
|
Signed-off-by: Saul Wold <sgw@linux.intel.com>
|
|
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>
|
|
Site and machine configuration for Mips architecture and
a qemumips target from Openembedded.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
|