diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 07afdce33a1..2934558c91d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2925,12 +2925,12 @@ s390x-*-linux*) ;; sh-*-elf*) tmake_file="sh/t-sh sh/t-elf" - tm_file="${tm_file} sh/elf.h" + tm_file="${tm_file} sh/embed-elf.h" float_format=sh ;; sh64-*-elf*) tmake_file="sh/t-sh sh/t-elf sh/t-sh64" - tm_file="${tm_file} sh/sh.h sh/elf.h sh/sh64.h" + tm_file="${tm_file} sh/sh.h sh/embed-elf.h sh/sh64.h" float_format=sh extra_headers="../../config/sh/shmedia.h ../../config/sh/ushmedia.h ../../config/sh/sshmedia.h" # Not strictly necessary to check this, but a good idea anyway. @@ -2941,7 +2941,7 @@ sh64-*-elf*) sh-*-rtemself*) xm_defines=POSIX tmake_file="sh/t-sh sh/t-elf t-rtems" - tm_file="${tm_file} sh/elf.h sh/rtemself.h rtems.h" + tm_file="${tm_file} sh/embed-elf.h sh/rtemself.h rtems.h" float_format=sh if test x$enable_threads = xyes; then thread_file='rtems' |