[OE-core] [PATCH 1/1] pseudo.inc/pseudo_1.4.bb: update pseudo to 1.4

Richard Purdie richard.purdie at linuxfoundation.org
Sun Jul 29 09:19:30 UTC 2012


On Fri, 2012-07-27 at 16:54 -0500, Peter Seebach wrote:
> This update replaces the half-baked --arch logic with the use
> of $CFLAGS to pick compiler flags, on the grounds that it makes
> a lot more sense for the build system to pick flags than for
> pseudo to try to guess what they should be; this should allow
> pseudo to at least compile for targets, and possibly run on
> them.
> 
> This doesn't solve the problem of guessing how to forcibly
> build the 32-bit variant on hosts, because we really don't
> have a general solution for that. There's no idiom for "given
> this set of compiler flags and this architecture, what flags
> would you use to request a 32-bit compile instead?" So we
> basically ignore that for now. If someone comes along trying
> to use the build system to build pseudo-native on a 64-bit
> host that also supports 32-bit binaries and isn't x86, we
> will revisit this.
> ---
>  meta/recipes-devtools/pseudo/pseudo.inc      |   12 +++++++++---
>  meta/recipes-devtools/pseudo/pseudo_1.3.1.bb |    8 --------
>  meta/recipes-devtools/pseudo/pseudo_1.4.bb   |    8 ++++++++
>  meta/recipes-devtools/pseudo/pseudo_git.bb   |    8 ++++----
>  4 files changed, 21 insertions(+), 15 deletions(-)
>  delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.3.1.bb
>  create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.4.bb


Merged to master, thanks.

Richard





More information about the Openembedded-core mailing list