Commit 27f98305 by Joseph Myers Committed by Joseph Myers

* config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.

From-SVN: r170315
parent 064bf3f4
2011-02-19 Joseph Myers <joseph@codesourcery.com> 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, * config/i386/biarch32.h, config/i386/mach.h,
config/rs6000/aix.opt, config/sh/superh64.h: Remove. config/rs6000/aix.opt, config/sh/superh64.h: Remove.
......
...@@ -1298,7 +1298,7 @@ x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu) ...@@ -1298,7 +1298,7 @@ x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
;; ;;
i[34567]86-pc-msdosdjgpp*) i[34567]86-pc-msdosdjgpp*)
xm_file=i386/xm-djgpp.h 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" tmake_file="${tmake_file} i386/t-djgpp"
extra_options="${extra_options} i386/djgpp.opt" extra_options="${extra_options} i386/djgpp.opt"
gnu_ld=yes gnu_ld=yes
......
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