| Submitter | Paul Eggleton |
|---|---|
| Date | April 13, 2012, 12:35 p.m. |
| Message ID | <1334320516-6987-1-git-send-email-paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/25747/ |
| State | Accepted |
| Commit | 489a36d3d6b67d706f5918638e1fbc05ccd59e21 |
| Headers | show |
Comments
On 04/13/2012 05:35 AM, Paul Eggleton wrote: > If this value is not set to 1, then systems with some 32-bit libraries > but no 32-bit version of libgcc installed will have pseudo-native fail > at do_compile. It should only really be set to 0 by those who know what > they are doing. > > Signed-off-by: Paul Eggleton<paul.eggleton@linux.intel.com> > --- > meta/recipes-devtools/pseudo/pseudo.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc > index d5c33df..d710058 100644 > --- a/meta/recipes-devtools/pseudo/pseudo.inc > +++ b/meta/recipes-devtools/pseudo/pseudo.inc > @@ -24,7 +24,7 @@ do_configure () { > : > } > > -NO32LIBS ??= "0" > +NO32LIBS ??= "1" > > # Compile for the local machine arch... > do_compile () { Merged into OE-Core Thanks Sau!
Patch
diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc index d5c33df..d710058 100644 --- a/meta/recipes-devtools/pseudo/pseudo.inc +++ b/meta/recipes-devtools/pseudo/pseudo.inc @@ -24,7 +24,7 @@ do_configure () { : } -NO32LIBS ??= "0" +NO32LIBS ??= "1" # Compile for the local machine arch... do_compile () {
If this value is not set to 1, then systems with some 32-bit libraries but no 32-bit version of libgcc installed will have pseudo-native fail at do_compile. It should only really be set to 0 by those who know what they are doing. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta/recipes-devtools/pseudo/pseudo.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)