aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorAndrew Stubbs <ams@codesourcery.com>2009-04-07 07:10:43 +0000
committerAndrew Stubbs <ams@gcc.gnu.org>2009-04-07 07:10:43 +0000
commit445099463a83367ddabb201e9e29e5a741cce034 (patch)
tree526ae7157e73d862c1134d52ac5d3f136108c3a1 /gcc/config.gcc
parentca22d882809dac6f2bf5d87edd0f16a1c0889ebe (diff)
downloadgcc-445099463a83367ddabb201e9e29e5a741cce034.zip
gcc-445099463a83367ddabb201e9e29e5a741cce034.tar.gz
gcc-445099463a83367ddabb201e9e29e5a741cce034.tar.bz2
config.gcc (sh-*-*): Add sysroot-suffix.h to tm_file.
2009-04-07 Andrew Stubbs <ams@codesourcery.com> * config.gcc (sh-*-*): Add sysroot-suffix.h to tm_file. Add t-sysroot-suffix to tmake_file. * config/print-sysroot-suffix.sh: New file. * config/t-sysroot-suffix: New file. From-SVN: r145650
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index daddc2d..ff94f8f 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2139,6 +2139,8 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
if test x${enable_incomplete_targets} = xyes ; then
tm_defines="$tm_defines SUPPORT_SH1=1 SUPPORT_SH2E=1 SUPPORT_SH4=1 SUPPORT_SH4_SINGLE=1 SUPPORT_SH2A=1 SUPPORT_SH2A_SINGLE=1 SUPPORT_SH5_32MEDIA=1 SUPPORT_SH5_32MEDIA_NOFPU=1 SUPPORT_SH5_64MEDIA=1 SUPPORT_SH5_64MEDIA_NOFPU=1"
fi
+ tm_file="$tm_file ./sysroot-suffix.h"
+ tmake_file="$tmake_file t-sysroot-suffix"
;;
sh-*-rtems*)
tmake_file="sh/t-sh sh/t-elf t-rtems sh/t-rtems"