mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (s12z, hcs12z, m68hcs12z, m9s12z): New.
* testsuite/config-sub.data: Add test cases. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
614ae20b93
commit
c3818bbab0
@ -1,3 +1,8 @@
|
|||||||
|
2018-04-16 John Darrington <john@darrington.wattle.id.au>
|
||||||
|
|
||||||
|
* config.sub (s12z, hcs12z, m68hcs12z, m9s12z): New.
|
||||||
|
* testsuite/config-sub.data: Add test cases.
|
||||||
|
|
||||||
2018-03-08 Paul Eggert <eggert@cs.ucla.edu>
|
2018-03-08 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
* config.guess: Use before-save-hook not write-file-functions.
|
* config.guess: Use before-save-hook not write-file-functions.
|
||||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -2,7 +2,7 @@
|
|||||||
# Configuration validation subroutine script.
|
# Configuration validation subroutine script.
|
||||||
# Copyright 1992-2018 Free Software Foundation, Inc.
|
# Copyright 1992-2018 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2018-03-08'
|
timestamp='2018-04-16'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -335,6 +335,10 @@ case $basic_machine in
|
|||||||
;;
|
;;
|
||||||
m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65)
|
m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65)
|
||||||
;;
|
;;
|
||||||
|
m9s12z | m68hcs12z | hcs12z | s12z)
|
||||||
|
basic_machine=s12z-unknown
|
||||||
|
os=-none
|
||||||
|
;;
|
||||||
ms1)
|
ms1)
|
||||||
basic_machine=mt-unknown
|
basic_machine=mt-unknown
|
||||||
;;
|
;;
|
||||||
|
@ -568,3 +568,7 @@ xtensa xtensa-unknown-none
|
|||||||
z80-coff z80-unknown-coff
|
z80-coff z80-unknown-coff
|
||||||
z80 z80-unknown-none
|
z80 z80-unknown-none
|
||||||
z8k z8k-unknown-none
|
z8k z8k-unknown-none
|
||||||
|
m9s12z s12z-unknown-none
|
||||||
|
m68hcs12z s12z-unknown-none
|
||||||
|
hcs12z s12z-unknown-none
|
||||||
|
s12z s12z-unknown-none
|
||||||
|
Loading…
x
Reference in New Issue
Block a user