From: J"orn Rennecke Date: Mon, 20 Nov 2006 17:37:50 +0000 (+0000) Subject: config.gcc (sh*-superh-elf): Add t-superh to tmake_file. X-Git-Tag: releases/gcc-4.3.0~8382 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8999fdc7c20e2771f81a75d5ed814dfd495e7e34;p=thirdparty%2Fgcc.git config.gcc (sh*-superh-elf): Add t-superh to tmake_file. * config.gcc (sh*-superh-elf): Add t-superh to tmake_file. Add sh/superh.h to tm_file. From-SVN: r119018 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bdc6b36c96c6..5fd061871cb9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-11-20 J"orn Rennecke + + * config.gcc (sh*-superh-elf): Add t-superh to tmake_file. + Add sh/superh.h to tm_file. + 2006-11-20 Carlos O'Donell Mark Mitchell diff --git a/gcc/config.gcc b/gcc/config.gcc index bdf280c95289..62f62124c869 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2026,7 +2026,8 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \ with_libgloss=yes tm_file="${tm_file} sh/newlib.h" fi - tm_file="${tm_file} sh/embed-elf.h" + tm_file="${tm_file} sh/embed-elf.h sh/superh.h" + tmake_file="${tmake_file} sh/t-superh" extra_options="${extra_options} sh/superh.opt" ;; *) if test x$with_newlib = xyes \ && test x$with_libgloss = xyes; then