diff options
author | Anthony Green <green@moxielogic.com> | 2011-03-05 15:19:44 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2011-03-05 15:19:44 +0000 |
commit | 804a304d3273c219e5f14d41b47f9001b7d8a682 (patch) | |
tree | 6dcb2949305089b6213dcf7eecc3a4ebce77fb99 | |
parent | 634ee309bb7a6ece7b02ccb86aec0061d7e5e444 (diff) | |
download | gcc-804a304d3273c219e5f14d41b47f9001b7d8a682.zip gcc-804a304d3273c219e5f14d41b47f9001b7d8a682.tar.gz gcc-804a304d3273c219e5f14d41b47f9001b7d8a682.tar.bz2 |
Add newlib-stdint.h to moxie-eld config.
From-SVN: r170700
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.gcc | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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 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" ;; |