mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* config.sub: Recognize m68k-next-openstep* as openstep*, not
nextstep3. * testsuite/config-sub.data: Add test cases. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
f6872aecd5
commit
d495b0fc6b
13
ChangeLog
13
ChangeLog
@ -1,3 +1,10 @@
|
||||
2019-03-29 Urs Janßen <urs@tin.org>
|
||||
Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.sub: Recognize m68k-next-openstep* as openstep*, not
|
||||
nextstep3.
|
||||
* testsuite/config-sub.data: Add test cases.
|
||||
|
||||
2019-03-23 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* 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 <urs@tin.org>
|
||||
2019-03-04 Urs Janßen <urs@tin.org>
|
||||
|
||||
* config.guess (m68k-sony-newsos, mips-dec-ultrix3): Restore C
|
||||
program that detects these systems.
|
||||
|
||||
2019-02-19 Urs Janßen <urs@tin.org>
|
||||
2019-02-19 Urs Janßen <urs@tin.org>
|
||||
|
||||
* 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 <urs@tin.org>
|
||||
2018-10-17 Urs Janßen <urs@tin.org>
|
||||
|
||||
* config.sub: Fix comment typos.
|
||||
|
||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -822,7 +822,9 @@ case $basic_machine in
|
||||
cpu=m68k
|
||||
vendor=next
|
||||
case $os in
|
||||
nextstep* )
|
||||
openstep*)
|
||||
;;
|
||||
nextstep*)
|
||||
;;
|
||||
ns2*)
|
||||
os=nextstep2
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user