config.gcc (sh*-superh-elf): Add t-superh to tmake_file.
authorJ"orn Rennecke <joern.rennecke@st.com>
Mon, 20 Nov 2006 17:37:50 +0000 (17:37 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 20 Nov 2006 17:37:50 +0000 (17:37 +0000)
* config.gcc (sh*-superh-elf): Add t-superh to tmake_file.
Add sh/superh.h to tm_file.

From-SVN: r119018

gcc/ChangeLog
gcc/config.gcc

index bdc6b36c96c6ecab49c187d1b71978b7eac2b52f..5fd061871cb90e8d263016d437511a1d6999916d 100644 (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>
 
index bdf280c9528908528d24c0422449ccf8c95230a9..62f62124c86987b8acfb66c3dcd4b6a2c5c32878 100644 (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