mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2005-06-02 Jim Blandy <jimb@redhat.com>
* config.sub (m32c, m32c-*): New. * testsuite/config-sub.data: Add test cases.
This commit is contained in:
parent
91c45c3884
commit
6c0747ffed
@ -1,3 +1,8 @@
|
||||
2005-06-02 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* config.sub (m32c, m32c-*): New.
|
||||
* testsuite/config-sub.data: Add test cases.
|
||||
|
||||
2005-05-27 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess (i*:windows32*:*): uname -m includes "-pc", so no
|
||||
|
7
config.sub
vendored
7
config.sub
vendored
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2005-05-12'
|
||||
timestamp='2005-06-02'
|
||||
|
||||
# This file is (in principle) common to ALL GNU software.
|
||||
# The presence of a machine in this file suggests that SOME GNU software
|
||||
@ -274,6 +274,9 @@ case $basic_machine in
|
||||
| z8k)
|
||||
basic_machine=$basic_machine-unknown
|
||||
;;
|
||||
m32c)
|
||||
basic_machine=$basic_machine-unknown
|
||||
;;
|
||||
m6811 | m68hc11 | m6812 | m68hc12)
|
||||
# Motorola 68HC11/12.
|
||||
basic_machine=$basic_machine-unknown
|
||||
@ -352,6 +355,8 @@ case $basic_machine in
|
||||
| ymp-* \
|
||||
| z8k-*)
|
||||
;;
|
||||
m32c-*)
|
||||
;;
|
||||
# Recognize the various machine names and aliases which stand
|
||||
# for a CPU type and a company and sometimes even an OS.
|
||||
386bsd)
|
||||
|
@ -37,3 +37,5 @@ bfin bfin-unknown-none
|
||||
arm-riscos arm-unknown-riscos
|
||||
arm-unknown-riscos arm-unknown-riscos
|
||||
i586-skyos i586-pc-skyos
|
||||
m32c-elf m32c-unknown-elf
|
||||
m32c m32c-unknown-none
|
||||
|
Loading…
x
Reference in New Issue
Block a user