On 03/24/2011 12:26 PM, Joseph S. Myers wrote:
This patch removes various dead cases from the toplevel configure.ac. Target ep9312-* isn't known to config.sub at all so those cases have been dead for a long time; likewise parisc*64*-* (those parisc cases it does know have also been handled by config.sub as aliases for hppa-* for a long time). With my recent config.sub changes, strongarm-*, xscale*-*, thumb-* and ppc*-* will always be converted by config.sub to arm*-* or powerpc*-* when accepted at all (most ppc*-* cases were already so converted before my changes). OK to commit?
Ok. Paolo