* config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 19 Feb 2011 14:33:31 +0000 (14:33 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 19 Feb 2011 14:33:31 +0000 (14:33 +0000)
From-SVN: r170315

gcc/ChangeLog
gcc/config.gcc

index a764b0766ec0a4fd8050a116d7d9c2192449895f..62a9c64f2262a5c71658ede1f1d43274450ebb90 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-19  Joseph Myers  <joseph@codesourcery.com>
+
+       * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
+
 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
 
        * config/i386/biarch32.h, config/i386/mach.h,
index 1d7c8d3bb8f19d254ca705240fcb57e31ea3ea37..9d4849607e44a8b830f74c0056a77ec345e9feb5 100644 (file)
@@ -1298,7 +1298,7 @@ x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
        ;;
 i[34567]86-pc-msdosdjgpp*)
        xm_file=i386/xm-djgpp.h
-       tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h"
+       tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h i386/djgpp-stdint.h"
        tmake_file="${tmake_file} i386/t-djgpp"
        extra_options="${extra_options} i386/djgpp.opt"
        gnu_ld=yes