Re: [PATCH] fix --with-cpu for sh targets

2015-08-30 Thread Kaz Kojima
I've committed the patch with the attached ChangeLog entry after testing on sh-elf and i686-pc-linux-gnu. I'd like to backport it to the 5-branch after a week or so. Rich, thanks for the patch. Regards, kaz -- 2015-08-30 Rich Felker * config.gcc (supported_defaults): Handle sh[

Re: [PATCH] fix --with-cpu for sh targets

2015-08-30 Thread Oleg Endo
On 30 Aug 2015, at 19:41, Kaz Kojima wrote: > Rich Felker wrote: >> A missing * in the pattern for sh targets prevents the --with-cpu >> configure option from being accepted for certain targets (e.g. ones >> with explicit endianness, like sh2eb). > > Looks good to me, though we need the trunk

Re: [PATCH] fix --with-cpu for sh targets

2015-08-30 Thread Kaz Kojima
Rich Felker wrote: > A missing * in the pattern for sh targets prevents the --with-cpu > configure option from being accepted for certain targets (e.g. ones > with explicit endianness, like sh2eb). Looks good to me, though we need the trunk patch first with the appropriate ChangeLog entry. Oleg,