* config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.

From-SVN: r233900
This commit is contained in:
Nick Clifton 2016-03-02 09:53:05 +00:00 committed by Nick Clifton
parent 7c65bd5682
commit 868ae3b3a7
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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"