diff options
author | Yao Qi <yao@codesourcery.com> | 2013-09-02 23:07:07 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-09-02 23:07:07 +0000 |
commit | 7b00db47cefd914e1ba6682a986a10693aa1aa22 (patch) | |
tree | c0bf609de7a9eca50af857531fe3a11a0a5726d3 /gdb/configure.ac | |
parent | 0f9741f2667ad6a54d20198dd16eab7817e413bf (diff) | |
download | gdb-7b00db47cefd914e1ba6682a986a10693aa1aa22.zip gdb-7b00db47cefd914e1ba6682a986a10693aa1aa22.tar.gz gdb-7b00db47cefd914e1ba6682a986a10693aa1aa22.tar.bz2 |
gdb/
* config/djgpp/fnchange.lst: Remove entry of
i386-interix-nat.c and i386-interix-tdep.c.
* configure.ac: Remove '*-*-interix*'.
* configure: Re-generated.
* defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
* i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
obsolete comments.
* osabi.c (gdb_osabi_names): Remove "Interix".
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 0982cac..272c664 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1395,7 +1395,7 @@ fi if test "${target}" = "${host}"; then case "${host}" in - *-*-sysv4.2* | *-*-sysv5* | *-*-interix* ) + *-*-sysv4.2* | *-*-sysv5* ) AC_DEFINE(NEW_PROC_API, 1, [Define if you want to use new multi-fd /proc interface (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros).]) |