10085bb5ab
* config/djgpp/config.sed (am_cv_langinfo_codeset) (bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes" in all configure scripts that define ac_cv_env_CPP_value. * go32-nat.c (dos_codepage, nl_langinfo): New functions. Include langinfo.h. * config/djgpp/nl_types.h: New file. * config/djgpp/langinfo.h: New file. * config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
13 lines
214 B
Text
13 lines
214 B
Text
# Host: Intel x86 running DJGPP
|
|
|
|
# We include several header files from config/djgpp
|
|
MH_CFLAGS= -I$(srcdir)/config/djgpp
|
|
|
|
NAT_FILE= nm-go32.h
|
|
NATDEPFILES= go32-nat.o i386-nat.o
|
|
|
|
HOST_IPC=
|
|
CC= gcc
|
|
XM_CLIBS= -ldbg
|
|
|
|
|