From b4cebe6e68e0698e6e709a70b36601a64c344051 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Sat, 9 Oct 2010 09:31:21 +0000 Subject: [PATCH] =?utf8?q?2010-10-09=20=20Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * config.gcc (bfin*-rtems*): Add newlib-stdint.h. * config.gcc (lm32*-rtems*): Add newlib-stdint.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165216 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 538551d85b8..49f7274cfe7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-10-09 Ralf Corsépius + + * config.gcc (bfin*-rtems*): Add newlib-stdint.h. + * config.gcc (lm32*-rtems*): Add newlib-stdint.h. + 2010-10-08 H.J. Lu PR target/45913 diff --git a/gcc/config.gcc b/gcc/config.gcc index 5d3973c729d..240bd42483a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -908,7 +908,7 @@ bfin*-linux-uclibc*) use_collect2=no ;; bfin*-rtems*) - tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h" + tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h newlib-stdint.h" tmake_file="bfin/t-bfin t-rtems bfin/t-rtems" ;; bfin*-*) @@ -1592,7 +1592,7 @@ lm32-*-elf*) tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp" ;; lm32-*-rtems*) - tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h" + tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h newlib-stdint.h" tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp" tmake_file="${tmake_file} t-rtems" ;; -- 2.11.0