Re: [patch] fix multiarch definition for powerpcspe-linux-gnu

2012-12-19 Thread David Edelsohn
On Wed, Dec 19, 2012 at 11:47 AM, Matthias Klose wrote: > The definition of the multiarch tuple for powerpcspe-linux-gnu was wrong. The > t-spe fragment isn't included for the powerpc*-linux* case, so move it to > t-linux, and use tm_file_list (tm_file is only used in config.gcc). > > Ok for the t

[patch] fix multiarch definition for powerpcspe-linux-gnu

2012-12-19 Thread Matthias Klose
The definition of the multiarch tuple for powerpcspe-linux-gnu was wrong. The t-spe fragment isn't included for the powerpc*-linux* case, so move it to t-linux, and use tm_file_list (tm_file is only used in config.gcc). Ok for the trunk? Matthias 2012-12-19 Roland Stigge Matthias Klose