diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-05 15:19:44 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-05 15:19:44 +0000 |
commit | 01a092a90fe904c37fb4cce1c254f8ee01cbe17e (patch) | |
tree | 6dcb2949305089b6213dcf7eecc3a4ebce77fb99 /gcc/config.gcc | |
parent | 6e05e60092f0dde6c91976357b04003903378ecf (diff) | |
download | gcc-01a092a90fe904c37fb4cce1c254f8ee01cbe17e.tar.gz |
Add newlib-stdint.h to moxie-eld config.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170700 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index d1baea01007..bd0ad564949 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" ;; |