mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (c8051): New.
* testsuite/config-sub.data: Add testcases for c8051. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
28d244f1b2
commit
9fcc4aae00
@ -1,3 +1,8 @@
|
||||
2013-08-08 Luis Machado <lgustavo@codesourcery.com>
|
||||
|
||||
* config.sub (c8051): New.
|
||||
* testsuite/config-sub.data: Add testcases for c8051.
|
||||
|
||||
2013-06-08 Basil Peace <grv87-dev@yandex.ru>
|
||||
|
||||
* testsuite/config-guess.sh: Insert a shebang for /bin/sh into the
|
||||
|
9
config.sub
vendored
9
config.sub
vendored
@ -2,7 +2,7 @@
|
||||
# Configuration validation subroutine script.
|
||||
# Copyright 1992-2013 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2013-04-24'
|
||||
timestamp='2013-08-08'
|
||||
|
||||
# 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
|
||||
@ -257,7 +257,7 @@ case $basic_machine in
|
||||
| avr | avr32 \
|
||||
| be32 | be64 \
|
||||
| bfin \
|
||||
| c4x | clipper \
|
||||
| c4x | c8051 | clipper \
|
||||
| d10v | d30v | dlx | dsp16xx \
|
||||
| epiphany \
|
||||
| fido | fr30 | frv \
|
||||
@ -372,7 +372,7 @@ case $basic_machine in
|
||||
| be32-* | be64-* \
|
||||
| bfin-* | bs2000-* \
|
||||
| c[123]* | c30-* | [cjt]90-* | c4x-* \
|
||||
| clipper-* | craynv-* | cydra-* \
|
||||
| c8051-* | clipper-* | craynv-* | cydra-* \
|
||||
| d10v-* | d30v-* | dlx-* \
|
||||
| elxsi-* \
|
||||
| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
|
||||
@ -1546,6 +1546,9 @@ case $basic_machine in
|
||||
c4x-* | tic4x-*)
|
||||
os=-coff
|
||||
;;
|
||||
c8051-*)
|
||||
os=-elf
|
||||
;;
|
||||
hexagon-*)
|
||||
os=-elf
|
||||
;;
|
||||
|
@ -45,6 +45,8 @@ c6x tic6x-unknown-coff
|
||||
c6x-uclinux tic6x-unknown-uclinux
|
||||
c6x-unknown-coff tic6x-unknown-coff
|
||||
c6x-unknown-elf tic6x-unknown-elf
|
||||
c8051 c8051-unknown-elf
|
||||
c8051-elf c8051-unknown-elf
|
||||
cegcc arm-unknown-cegcc
|
||||
cr16-elf cr16-unknown-elf
|
||||
cr16-random-elf cr16-unknown-elf
|
||||
|
Loading…
x
Reference in New Issue
Block a user