build status for cross builds?

Joe Buck jbuck@synopsys.COM
Thu Jan 3 17:18:00 GMT 2002


> I'd like some advice.  There have been reports this week of successful
> builds of cross compilers.  There are probably some cross builds that
> crept into the current list without me recognizing them as such, but in
> general it's not set up for them.

Cross build statistics will be great, especially since 3.0 was so broken
for many embedded targets.

I doubt that you have any cross build reports on your existing list,
though I might be wrong.  One issue about cross builds is that just
getting a cross compiler to build isn't as strong an indication of success
as getting a native compiler to pass a 3-stage bootstrap; at least we know
in the latter case that gcc can build gcc.  (OK, it will build a library).

> Including information about the build, host, and target systems for a
> cross build would simplify the list, I think, even if two of them are
> the same, since there are so many varieties of cross builds.  It's easy
> to get the "target" name for the build machine by using config.guess,
> but is there a standard way to get a complete name for the host and
> target systems?

Unfortunately no, as many possible triples mean the same thing but
config.guess will only choose one of them.  Just the same you could
just publish what the users send you.

> Here are three recent messages about cross builds; does anyone have a
> suggestion for how they might be represented in the build status list,
> and what information is missing from these reports that we should start
> requesting for cross build reports?

I'll defer to the embedded gcc experts.  Mike Stump, Joel Sherill, what do
you think?



More information about the Gcc mailing list