config.gcc (sh64*): Add newlib-stdint.h for newlib targets.

* config.gcc (sh64*) <tm_file>: Add newlib-stdint.h for
	newlib targets.

From-SVN: r166279
This commit is contained in:
Kaz Kojima 2010-11-03 22:05:36 +00:00
parent 803b9370c0
commit 9451da7425
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-11-03 Kaz Kojima <kkojima@gcc.gnu.org>
* config.gcc (sh64*) <tm_file>: Add newlib-stdint.h for
newlib targets.
2010-11-03 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.c (sh_expand_prologue): Remove unnecessary

View File

@ -2322,6 +2322,9 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
sh64*)
tmake_file="${tmake_file} sh/t-sh64"
tm_file="${tm_file} sh/sh64.h"
if test x$with_newlib = xyes; then
tm_file="${tm_file} newlib-stdint.h"
fi
extra_headers="shmedia.h ushmedia.h sshmedia.h"
;;
*-*-symbianelf*)