[oe-commits] Tom Rini : Various siteinfo files: Consolidate va_copy/__va_copy/ va_val_copy

git version control git at git.openembedded.org
Thu Aug 4 14:05:25 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: a54a803ed89969c2416bfa9d911fe4cf558e2391
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a54a803ed89969c2416bfa9d911fe4cf558e2391

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Jul 27 11:08:15 2011 -0700

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 at mentor.com>

---

 meta/site/arm-common          |   17 ++---------------
 meta/site/common-glibc        |    9 +++++++++
 meta/site/common-uclibc       |    6 ++++++
 meta/site/ix86-common         |   17 +++--------------
 meta/site/mips-common         |   18 +++++++++++++-----
 meta/site/mips-linux          |   12 +-----------
 meta/site/mips-linux-uclibc   |   12 +-----------
 meta/site/mipsel-linux        |   12 +-----------
 meta/site/mipsel-linux-uclibc |    8 +-------
 meta/site/powerpc-linux       |   12 +++++++++---
 meta/site/powerpc32-linux     |    9 ---------
 meta/site/sh-common           |   13 ++-----------
 meta/site/x86_64-linux        |   13 +++++++------
 meta/site/x86_64-linux-uclibc |   11 ++++++++---
 14 files changed, 63 insertions(+), 106 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=a54a803ed89969c2416bfa9d911fe4cf558e2391




More information about the Openembedded-commits mailing list