On Sun, Nov 16, 2014 at 4:44 PM, Marc Glisse <marc.glisse@xxxxxxxx> wrote: > On Sun, 16 Nov 2014, Cyd Haselton wrote: > >> I successfully bootstrapped GCC 4.8.0 from 4.7.0...on my Android >> tablet in the KBOX environment. >> >> I'm now trying to bootstrap 4.9.0 from 4.8.0 on the same tablet, > > > Not answering your question, but your choice of versions doesn't make sense > to me. Why pick only .0 versions, i.e. those most likely to have bugs? It > would be more logical to get 4.8.3 and 4.9.2 instead, which are basically > the same with fewer bugs... > > -- > Marc Glisse I'm fairly new to both Android porting and GCC; I didn't know that the .0 versions are more likely to have bugs. Additionally, a bootstrap guide I read suggested bootstrapping versions at max, one version level later.