Commit db48a9e3 by Nick Clifton Committed by Nick Clifton

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

From-SVN: r233858
parent 5e3f1c7c
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> 2016-03-01 Richard Biener <rguenther@suse.de>
PR tree-optimization/69983 PR tree-optimization/69983
......
...@@ -1168,7 +1168,7 @@ bfin*-*) ...@@ -1168,7 +1168,7 @@ bfin*-*)
use_gcc_stdint=wrap use_gcc_stdint=wrap
;; ;;
cr16-*-elf) cr16-*-elf)
tm_file="elfos.h ${tm_file}" tm_file="elfos.h ${tm_file} newlib-stdint.h"
tmake_file="${tmake_file} cr16/t-cr16 " tmake_file="${tmake_file} cr16/t-cr16 "
use_collect2=no use_collect2=no
;; ;;
......
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