On Mon, Jul 23, 2018 at 10:26:35PM -0600, Sandra Loosemore wrote: > diff --git a/libgcc/config.host b/libgcc/config.host > index 18cabaf..b2ee0c9 100644 > --- a/libgcc/config.host > +++ b/libgcc/config.host > @@ -94,6 +94,9 @@ am33_2.0-*-linux*) > arc*-*-*) > cpu_type=arc > ;; > +csky*-*-*) > + cpu_type=csky > + ;; > arm*-*-*) > cpu_type=arm > ;;
This long list was alphabetic before (except x86_64 and tic6x, alas); let's not make things worse? Segher