aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJ"orn Rennecke <joern.rennecke@st.com>2006-11-20 17:37:50 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2006-11-20 17:37:50 +0000
commit8999fdc7c20e2771f81a75d5ed814dfd495e7e34 (patch)
tree4ad80dd3d2c502d9dba4e88761a43fc8d032c503 /gcc/config.gcc
parent76642aabbd91c89cfae1c3ba2fa61785b6fbabd6 (diff)
downloadgcc-8999fdc7c20e2771f81a75d5ed814dfd495e7e34.zip
gcc-8999fdc7c20e2771f81a75d5ed814dfd495e7e34.tar.gz
gcc-8999fdc7c20e2771f81a75d5ed814dfd495e7e34.tar.bz2
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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index bdf280c..62f6212 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