summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-20 17:37:50 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-20 17:37:50 +0000
commiteee267bf65f9fffaf3cdd6cf9a49167d9d107851 (patch)
tree4ad80dd3d2c502d9dba4e88761a43fc8d032c503
parente9ed62b675eba4cf4adbb99eada85016efd9d8a9 (diff)
downloadppe42-gcc-eee267bf65f9fffaf3cdd6cf9a49167d9d107851.tar.gz
ppe42-gcc-eee267bf65f9fffaf3cdd6cf9a49167d9d107851.zip
* config.gcc (sh*-superh-elf): Add t-superh to tmake_file.
Add sh/superh.h to tm_file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119018 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc3
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bdc6b36c96c..5fd061871cb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/config.gcc b/gcc/config.gcc
index bdf280c9528..62f62124c86 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
OpenPOWER on IntegriCloud