config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Urs Janßen
Subject: [patch] config.sub recognize m68k-next-openstep as openstep not nextstep3
Date: Thu, 28 Mar 2019 22:11:08 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

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.sub i386-next-openstep4 
i386-next-openstep4
./config.sub m68k-next-nextstep3
m68k-next-nextstep3

Comment:
I belive that *-next-openstep* is limited to *-next-openstep4 (config.guess
emmit 1 digit version number and starting with version 5 the os was renamed
to rhapsody) but I didn't "hardcode" that in the patch.

ChangeLog:
2019-03-28  Urs Janßen <address@hidden>
       * config.sub recognize m68k-next-openstep* as openstep*, not nextstep3

Attachment: config.sub.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]