aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/djgpp/config.sed
AgeCommit message (Collapse)AuthorFilesLines
2009-09-05 * config/djgpp/djconfig.sh: Fix for Autoconf 2.64.Eli Zaretskii1-19/+18
* config/djgpp/config.sed: Fix for Autoconf 2.64.
2009-04-19 Set default host and target charsets in the DJGPP port.Eli Zaretskii1-0/+6
* 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.
2009-04-11 * config/djgpp/config.sed: Tweak ac_config_files in intl/configureEli Zaretskii1-0/+1
to be consistent with renaming config.intl.h into config_intl.h.
2005-05-12 * config/djgpp/config.sed: Adapt to latest Autoconf.Eli Zaretskii1-9/+18
* config/djgpp/djconfig.sh: Add -Wpointer-arith and -Wuninitialized to the build warnings.
2004-11-13Fix DJGPP configury due to some bitrot:Eli Zaretskii1-1/+2
* config/djgpp/fnchange.lst: Group renames for opcode directory together. * config/djgpp/djconfig.sh: Replace file names that don't exist anymore with existing files, for checking the unpacked distribution. * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len): Export pre-cooked values in configure-* targets that begin with "@test -f stage_last".
2003-12-29* configure.in: Set ac_cv_search_tgetent to "none required" forEli Zaretskii1-5/+14
"*djgpp*" targets as well (DJGPP doesn't have termcap and doesn't need one). * config/djgpp/config.sed: Tweak to adapt to the changes in configury. * config/djgpp/djconfig.sh: Fix the test of unpacked distribution, since there's no gdb.cxx directory anymore.
2001-11-25 * config/djgpp/config.sed: Fix an error in etc/ at "make install"Eli Zaretskii1-0/+2
time on non-LFN systems where standards*.inf* expands to nothing.
2000-11-13 * config/djgpp/config.sed: Fix tweaking "VPATH=.:foo", and handleEli Zaretskii1-1/+2
the gettext's posrcprefix correctly with drive letters.
2000-04-16 * config/djgpp/config.sed: Fix the lines which edit clean: andEli Zaretskii1-1/+2
uninstall-info: targets.
2000-03-19 Support for building GDB with DJGPP, and running the test suite onEli Zaretskii1-0/+30
it: * config/djgpp/djconfig.sh: New file. * config/djgpp/config.sed: New file. * config/djgpp/README: New file. * config/djgpp/fnchange.lst: New file. * config/djgpp/djcheck.sh: New file.