* config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
From-SVN: r170315
This commit is contained in:
parent
064bf3f4ea
commit
27f98305d7
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user