Commit 9451da74 by Kaz Kojima

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
parent 803b9370
2010-11-03 Kaz Kojima <kkojima@gcc.gnu.org> 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 * config/sh/sh.c (sh_expand_prologue): Remove unnecessary
comment. Pass true to the last argument of output_stack_adjust. comment. Pass true to the last argument of output_stack_adjust.
...@@ -2322,6 +2322,9 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \ ...@@ -2322,6 +2322,9 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
sh64*) sh64*)
tmake_file="${tmake_file} sh/t-sh64" tmake_file="${tmake_file} sh/t-sh64"
tm_file="${tm_file} sh/sh64.h" 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" extra_headers="shmedia.h ushmedia.h sshmedia.h"
;; ;;
*-*-symbianelf*) *-*-symbianelf*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment