aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2011-03-05 15:19:44 +0000
committerAnthony Green <green@gcc.gnu.org>2011-03-05 15:19:44 +0000
commit804a304d3273c219e5f14d41b47f9001b7d8a682 (patch)
tree6dcb2949305089b6213dcf7eecc3a4ebce77fb99 /gcc/config.gcc
parent634ee309bb7a6ece7b02ccb86aec0061d7e5e444 (diff)
downloadgcc-804a304d3273c219e5f14d41b47f9001b7d8a682.zip
gcc-804a304d3273c219e5f14d41b47f9001b7d8a682.tar.gz
gcc-804a304d3273c219e5f14d41b47f9001b7d8a682.tar.bz2
Add newlib-stdint.h to moxie-eld config.
From-SVN: r170700
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
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"
;;