From: Anthony Green Date: Sat, 5 Mar 2011 15:19:44 +0000 (+0000) Subject: Add newlib-stdint.h to moxie-eld config. X-Git-Tag: upstream/12.2.0~86065 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=804a304d3273c219e5f14d41b47f9001b7d8a682;p=platform%2Fupstream%2Fgcc.git Add newlib-stdint.h to moxie-eld config. From-SVN: r170700 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9fd15c4..0730e83 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-03-05 Anthony Green + + * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile. + 2011-03-05 Zdenek Dvorak PR rtl-optimization/47899 diff --git a/gcc/config.gcc b/gcc/config.gcc index d1baea0..bd0ad56 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1008,7 +1008,7 @@ frv-*-*linux*) moxie-*-elf) gas=yes gnu_ld=yes - tm_file="dbxelf.h elfos.h ${tm_file}" + tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}" extra_parts="crti.o crtn.o crtbegin.o crtend.o" tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp soft-fp/t-softfp" ;;