From d495b0fc6b31872bccbebc0824775cbbf761c2c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Urs=20Jan=C3=9Fen?= Date: Fri, 29 Mar 2019 08:31:13 +1100 Subject: [PATCH] * config.sub: Recognize m68k-next-openstep* as openstep*, not nextstep3. * testsuite/config-sub.data: Add test cases. Signed-off-by: Ben Elliston --- ChangeLog | 13 ++++++++++--- config.sub | 4 +++- testsuite/config-sub.data | 3 +++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a28303..f62f2ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2019-03-29 Urs Janßen + Ben Elliston + + * config.sub: Recognize m68k-next-openstep* as openstep*, not + nextstep3. + * testsuite/config-sub.data: Add test cases. + 2019-03-23 Ben Elliston * testsuite/config-sub.sh (run_one_config_sub): New. @@ -9,12 +16,12 @@ * config.guess (mips:Linux:*:*): Detect ISA R6. -2019-03-04 Urs Janßen +2019-03-04 Urs Janßen * config.guess (m68k-sony-newsos, mips-dec-ultrix3): Restore C program that detects these systems. -2019-02-19 Urs Janßen +2019-02-19 Urs Janßen * config.guess (i*86:*:5:[678]*): Fix Unixware output. @@ -125,7 +132,7 @@ * config.sub: Direct diagnostic output to standard error. -2018-10-17 Urs Janßen +2018-10-17 Urs Janßen * config.sub: Fix comment typos. diff --git a/config.sub b/config.sub index 3b4c762..a44fd8a 100755 --- a/config.sub +++ b/config.sub @@ -822,7 +822,9 @@ case $basic_machine in cpu=m68k vendor=next case $os in - nextstep* ) + openstep*) + ;; + nextstep*) ;; ns2*) os=nextstep2 diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 0aa3e8f..e983c02 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -216,6 +216,7 @@ i386-midipix i386-pc-midipix i386-mingw32 i386-pc-mingw32 i386-msys i386-pc-msys i386-netbsd i386-pc-netbsd +i386-next-openstep4 i386-next-openstep4 i386-openbsd i386-pc-openbsd i386-os2 i386-pc-os2 i386-pc-nacl i386-pc-nacl @@ -277,6 +278,8 @@ m68hcs12z s12z-unknown-none m68k-es1800 m68k-unknown-ose m68k m68k-unknown-none m68k-mint m68k-atari-mint +m68k-next-openstep3 m68k-next-openstep3 +m68k-next-openstep4 m68k-next-openstep4 m68knommu m68k-unknown-linux-gnu m88k m88k-unknown-none m88k-omron m88k-omron-luna