summaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index c99c7be48f5..7027f31458a 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -2286,6 +2286,11 @@ for machine in $build $host $target; do
tm_file=sh/elf.h
float_format=sh
;;
+ sh-*-rtems*)
+ tmake_file="sh/t-sh t-rtems"
+ tm_file=sh/rtems.h
+ float_format=sh
+ ;;
sh-*-*)
float_format=sh
;;