]> code.ossystems Code Review - openembedded-core.git/commit
Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy
authorTom Rini <tom_rini@mentor.com>
Wed, 27 Jul 2011 18:08:15 +0000 (11:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Aug 2011 14:04:07 +0000 (15:04 +0100)
commita54a803ed89969c2416bfa9d911fe4cf558e2391
treee53782a8a890b7a353bc63af727c09f1edb78fe6
parentd4c835e085d273a19483fc95f768c1fa23cf626f
Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy

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>
14 files changed:
meta/site/arm-common
meta/site/common-glibc
meta/site/common-uclibc
meta/site/ix86-common
meta/site/mips-common
meta/site/mips-linux
meta/site/mips-linux-uclibc
meta/site/mipsel-linux
meta/site/mipsel-linux-uclibc
meta/site/powerpc-linux
meta/site/powerpc32-linux
meta/site/sh-common
meta/site/x86_64-linux
meta/site/x86_64-linux-uclibc