Hi! Andy Wingo <wi...@pobox.com> skribas:
> On Sun 29 May 2011 20:10, Andy Wingo <wi...@pobox.com> writes: > >> On Fri 27 May 2011 16:51, l...@gnu.org (Ludovic Courtès) writes: >> >>> Sounds good, but you’d need additional data that maps triplets (well, >>> $host_cpu) to low-level info such as endianness and word size, right? >> >> Yes, which caused me a bit of agony on Friday after writing that mail. >> Not resolved yet. Durnit! > > In the end I decided to punt. I added a stub (system base target) > module and wired it up to the compiler, but didn't implement the > endianness / word-size database. It might be possible to extract it semi-automatically from gcc/config/*/*.h... Thanks, Ludo'.