Add newlib-stdint.h to moxie-eld config.
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Mar 2011 15:19:44 +0000 (15:19 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Mar 2011 15:19:44 +0000 (15:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170700 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 9fd15c4..0730e83 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-05  Anthony Green  <green@moxielogic.com>
+
+       * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
+
 2011-03-05  Zdenek Dvorak  <ook@ucw.cz>
 
        PR rtl-optimization/47899
index d1baea0..bd0ad56 100644 (file)
@@ -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"
        ;;