diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-02-19 14:33:31 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-02-19 14:33:31 +0000 |
commit | 27f98305d72a39edb648da5b7a891bee29a04f86 (patch) | |
tree | 4d5137a107e1f849245ad1348f360b8c51a456cc /gcc/config.gcc | |
parent | 064bf3f4eaf1c3762b962a75d1b83d51105d389e (diff) | |
download | gcc-27f98305d72a39edb648da5b7a891bee29a04f86.zip gcc-27f98305d72a39edb648da5b7a891bee29a04f86.tar.gz gcc-27f98305d72a39edb648da5b7a891bee29a04f86.tar.bz2 |
* config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
From-SVN: r170315
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 1d7c8d3..9d48496 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 |