Commit 868ae3b3 by Nick Clifton Committed by Nick Clifton

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

From-SVN: r233900
parent 7c65bd56
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> 2016-03-02 Richard Biener <rguenther@suse.de>
Uros Bizjak <ubizjak@gmail.com> Uros Bizjak <ubizjak@gmail.com>
......
...@@ -1974,7 +1974,7 @@ mcore-*-elf) ...@@ -1974,7 +1974,7 @@ mcore-*-elf)
inhibit_libc=true inhibit_libc=true
;; ;;
mep-*-*) 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 tmake_file=mep/t-mep
c_target_objs="mep-pragma.o" c_target_objs="mep-pragma.o"
cxx_target_objs="mep-pragma.o" cxx_target_objs="mep-pragma.o"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment