Re: [patch] config.sub recognize m68k-next-openstep as openstep not nextstep3

2019-03-28 Thread Ben Elliston
On Thu, Mar 28, 2019 at 10:11:08PM +0100, Urs Janßen wrote: > ChangeLog: > 2019-03-28 Urs Janßen >* config.sub recognize m68k-next-openstep* as openstep*, not nextstep3 It would be cool if you had updated the testsuite, given that you had already developed the test cases. Patch applied

[patch] config.sub recognize m68k-next-openstep as openstep not nextstep3

2019-03-28 Thread Urs Janßen
Before the patch: ./config.sub.o m68k-next-openstep4 m68k-next-nextstep3 # <- this is wrong ./config.sub.o i386-next-openstep4 i386-next-openstep4 ./config.sub.o m68k-next-nextstep3 m68k-next-nextstep3 After the patch: ./config.sub m68k-next-openstep4 m68k-next-openstep4 ./config