* 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:
Luis Machado 2013-08-08 18:16:05 +10:00 committed by Ben Elliston
parent 28d244f1b2
commit 9fcc4aae00
3 changed files with 13 additions and 3 deletions

View File

@ -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> 2013-06-08 Basil Peace <grv87-dev@yandex.ru>
* testsuite/config-guess.sh: Insert a shebang for /bin/sh into the * testsuite/config-guess.sh: Insert a shebang for /bin/sh into the

9
config.sub vendored
View File

@ -2,7 +2,7 @@
# Configuration validation subroutine script. # Configuration validation subroutine script.
# Copyright 1992-2013 Free Software Foundation, Inc. # 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 # 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
@ -257,7 +257,7 @@ case $basic_machine in
| avr | avr32 \ | avr | avr32 \
| be32 | be64 \ | be32 | be64 \
| bfin \ | bfin \
| c4x | clipper \ | c4x | c8051 | clipper \
| d10v | d30v | dlx | dsp16xx \ | d10v | d30v | dlx | dsp16xx \
| epiphany \ | epiphany \
| fido | fr30 | frv \ | fido | fr30 | frv \
@ -372,7 +372,7 @@ case $basic_machine in
| be32-* | be64-* \ | be32-* | be64-* \
| bfin-* | bs2000-* \ | bfin-* | bs2000-* \
| c[123]* | c30-* | [cjt]90-* | c4x-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \
| clipper-* | craynv-* | cydra-* \ | c8051-* | clipper-* | craynv-* | cydra-* \
| d10v-* | d30v-* | dlx-* \ | d10v-* | d30v-* | dlx-* \
| elxsi-* \ | elxsi-* \
| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
@ -1546,6 +1546,9 @@ case $basic_machine in
c4x-* | tic4x-*) c4x-* | tic4x-*)
os=-coff os=-coff
;; ;;
c8051-*)
os=-elf
;;
hexagon-*) hexagon-*)
os=-elf os=-elf
;; ;;

View File

@ -45,6 +45,8 @@ c6x tic6x-unknown-coff
c6x-uclinux tic6x-unknown-uclinux c6x-uclinux tic6x-unknown-uclinux
c6x-unknown-coff tic6x-unknown-coff c6x-unknown-coff tic6x-unknown-coff
c6x-unknown-elf tic6x-unknown-elf c6x-unknown-elf tic6x-unknown-elf
c8051 c8051-unknown-elf
c8051-elf c8051-unknown-elf
cegcc arm-unknown-cegcc cegcc arm-unknown-cegcc
cr16-elf cr16-unknown-elf cr16-elf cr16-unknown-elf
cr16-random-elf cr16-unknown-elf cr16-random-elf cr16-unknown-elf