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

From-SVN: r233858
This commit is contained in:
Nick Clifton 2016-03-01 16:52:37 +00:00 committed by Nick Clifton
parent 5e3f1c7c70
commit db48a9e352
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-03-01 Nick Clifton <nickc@redhat.com>
* config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
2016-03-01 Richard Biener <rguenther@suse.de>
PR tree-optimization/69983

View File

@ -1168,7 +1168,7 @@ bfin*-*)
use_gcc_stdint=wrap
;;
cr16-*-elf)
tm_file="elfos.h ${tm_file}"
tm_file="elfos.h ${tm_file} newlib-stdint.h"
tmake_file="${tmake_file} cr16/t-cr16 "
use_collect2=no
;;