All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] siteinfo: Add x86_64-elf support
@ 2015-03-31 15:22 Richard Purdie
  2015-03-31 18:03 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2015-03-31 15:22 UTC (permalink / raw)
  To: openembedded-core

Teach siteinfo about x86_64-elf so that baremetal toolchains parse/build.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
index 2c1f9d0..5fd99bf 100644
--- a/meta/classes/siteinfo.bbclass
+++ b/meta/classes/siteinfo.bbclass
@@ -95,6 +95,7 @@ def siteinfo_data(d):
         "x86_64-linux": "bit-64",
         "x86_64-linux-musl": "x86_64-linux bit-64",
         "x86_64-linux-uclibc": "bit-64",
+        "x86_64-elf": "bit-64",
         "x86_64-linux-gnu": "bit-64 x86_64-linux",
         "x86_64-linux-gnux32": "bit-32 ix86-common x32-linux",
         "x86_64-mingw32": "bit-64",




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] siteinfo: Add x86_64-elf support
  2015-03-31 15:22 [PATCH] siteinfo: Add x86_64-elf support Richard Purdie
@ 2015-03-31 18:03 ` Khem Raj
  2015-03-31 21:53   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2015-03-31 18:03 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core


> On Mar 31, 2015, at 8:22 AM, Richard Purdie <richard.purdie@linuxfoundation.org> wrote:
> 
> Teach siteinfo about x86_64-elf so that baremetal toolchains parse/build.
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> 
> diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
> index 2c1f9d0..5fd99bf 100644
> --- a/meta/classes/siteinfo.bbclass
> +++ b/meta/classes/siteinfo.bbclass
> @@ -95,6 +95,7 @@ def siteinfo_data(d):
>         "x86_64-linux": "bit-64",
>         "x86_64-linux-musl": "x86_64-linux bit-64",
>         "x86_64-linux-uclibc": "bit-64",
> +        "x86_64-elf": "bit-64”,

is 32bit bare metal already taken care of ?

>         "x86_64-linux-gnu": "bit-64 x86_64-linux",
>         "x86_64-linux-gnux32": "bit-32 ix86-common x32-linux",
>         "x86_64-mingw32": "bit-64",
> 
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] siteinfo: Add x86_64-elf support
  2015-03-31 18:03 ` Khem Raj
@ 2015-03-31 21:53   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2015-03-31 21:53 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

On Tue, 2015-03-31 at 11:03 -0700, Khem Raj wrote:
> > On Mar 31, 2015, at 8:22 AM, Richard Purdie <richard.purdie@linuxfoundation.org> wrote:
> > 
> > Teach siteinfo about x86_64-elf so that baremetal toolchains parse/build.
> > 
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > 
> > diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
> > index 2c1f9d0..5fd99bf 100644
> > --- a/meta/classes/siteinfo.bbclass
> > +++ b/meta/classes/siteinfo.bbclass
> > @@ -95,6 +95,7 @@ def siteinfo_data(d):
> >         "x86_64-linux": "bit-64",
> >         "x86_64-linux-musl": "x86_64-linux bit-64",
> >         "x86_64-linux-uclibc": "bit-64",
> > +        "x86_64-elf": "bit-64”,
> 
> is 32bit bare metal already taken care of ?

As far as I can tell, yes. x86_64 is more spelt out due to the x32
issues.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-31 21:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-31 15:22 [PATCH] siteinfo: Add x86_64-elf support Richard Purdie
2015-03-31 18:03 ` Khem Raj
2015-03-31 21:53   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.