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
This commit is contained in:
J"orn Rennecke 2006-11-20 17:37:50 +00:00 committed by Joern Rennecke
parent 76642aabbd
commit 8999fdc7c2
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-11-20 J"orn Rennecke <joern.rennecke@st.com>
* config.gcc (sh*-superh-elf): Add t-superh to tmake_file.
Add sh/superh.h to tm_file.
2006-11-20 Carlos O'Donell <carlos@codesourcery.com>
Mark Mitchell <mark@codesourcery.com>

View file

@ -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