* config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
From-SVN: r233900
This commit is contained in:
parent
7c65bd5682
commit
868ae3b3a7
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user