From 868ae3b3a71c35afaf65519297738fa2ab0353d3 Mon Sep 17 00:00:00 2001 From: Nick Clifton <nickc@redhat.com> Date: Wed, 2 Mar 2016 09:53:05 +0000 Subject: [PATCH] * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file. From-SVN: r233900 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f41307172746..adcf50b68d37 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-03-02 Nick Clifton <nickc@redhat.com> + + * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file. + 2016-03-02 Richard Biener <rguenther@suse.de> Uros Bizjak <ubizjak@gmail.com> diff --git a/gcc/config.gcc b/gcc/config.gcc index 9fe0828db2b9..67222601e1c1 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1974,7 +1974,7 @@ mcore-*-elf) inhibit_libc=true ;; mep-*-*) - tm_file="dbxelf.h elfos.h ${tm_file}" + tm_file="dbxelf.h elfos.h ${tm_file} newlib-stdint.h" tmake_file=mep/t-mep c_target_objs="mep-pragma.o" cxx_target_objs="mep-pragma.o"