Commit 8999fdc7 by J"orn Rennecke Committed by Joern Rennecke

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
parent 76642aab
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> 2006-11-20 Carlos O'Donell <carlos@codesourcery.com>
Mark Mitchell <mark@codesourcery.com> Mark Mitchell <mark@codesourcery.com>
......
...@@ -2026,7 +2026,8 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \ ...@@ -2026,7 +2026,8 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
with_libgloss=yes with_libgloss=yes
tm_file="${tm_file} sh/newlib.h" tm_file="${tm_file} sh/newlib.h"
fi 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" ;; extra_options="${extra_options} sh/superh.opt" ;;
*) if test x$with_newlib = xyes \ *) if test x$with_newlib = xyes \
&& test x$with_libgloss = xyes; then && test x$with_libgloss = xyes; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment