summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-09 05:32:46 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-09 05:32:46 +0000
commit9b954fed46790dcab53b59729e847e7dede4d1d8 (patch)
tree6d8fbf05b322858db5d6fc59aad4a42ae23c49aa /gcc/config.gcc
parent7c5b13dc4cd85cc44d1dcc5478a868c48f3db51b (diff)
downloadgcc-9b954fed46790dcab53b59729e847e7dede4d1d8.tar.gz
* config.gcc: Rename stormy16 to xstormy16.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46873 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc14
1 files changed, 9 insertions, 5 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 13f3b4e02ea..81d3c7636f2 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -3172,11 +3172,6 @@ sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux
fi
float_format=sparc
;;
-stormy16-*-elf)
- tm_file="elfos.h svr4.h ${tm_file}"
- tmake_file="stormy16/t-stormy16"
- extra_parts="crtbegin.o crtend.o"
- ;;
strongarm-*-elf*)
tm_file="arm/strongarm-elf.h elfos.h arm/unknown-elf.h arm/elf.h"
tmake_file=arm/t-strongarm-elf
@@ -3273,6 +3268,15 @@ xscale-*-coff)
out_file=arm/arm.c
md_file=arm/arm.md
;;
+xstormy16-*-elf)
+ # For historical reasons, the target files omit the 'x'.
+ tm_file="elfos.h svr4.h stormy16/stormy16.h"
+ tm_p_file=stormy16/stormy16-protos.h
+ md_file=stormy16/stormy16.md
+ out_file=stormy16/stormy16.c
+ tmake_file="stormy16/t-stormy16"
+ extra_parts="crtbegin.o crtend.o"
+ ;;
*)
echo "Configuration $machine not supported" 1>&2
exit 1