]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
authorNick Clifton <nickc@redhat.com>
Tue, 1 Mar 2016 16:52:37 +0000 (16:52 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 1 Mar 2016 16:52:37 +0000 (16:52 +0000)
From-SVN: r233858

gcc/ChangeLog
gcc/config.gcc

index 254a403e55af4fed567f1040ec0f1750792d6778..54889f94e61457c1050724b3075d19ca683e2bc5 100644 (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
index 4cc6438406fe8080b5d663eb4157c30891314f48..67bb508e3e3cb2c571513f1b9a68558794ade637 100644 (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
         ;;