Search and destroy; kill references to WinGDB bits.

* configure.host (i[3456]86-*-windows): Remove, no longer used.
	* mswin: Remove directory, no longer used.
This commit is contained in:
Stan Shebs 1998-10-02 23:33:15 +00:00
parent 2d24a02138
commit bb9e536843
3 changed files with 8 additions and 10 deletions

View File

@ -1,3 +1,8 @@
Fri Oct 2 16:25:54 1998 Stan Shebs <shebs@andros.cygnus.com>
* configure.host (i[3456]86-*-windows): Remove, no longer used.
* mswin: Remove directory, no longer used.
Fri Oct 2 18:52:20 1998 Fernando Nasser <fnasser@cygnus.com>
* sol-thread.c: Fixed prototypes and calls to supply_fpregset and

View File

@ -108,6 +108,8 @@ READLINE = $(READLINE_DIR)/libreadline.a
READLINE_SRC = $(srcdir)/$(READLINE_DIR)
READLINE_CFLAGS = -I$(READLINE_SRC)
WARN_CFLAGS = @WARN_CFLAGS@
# Where is the INTL library? Typically in ../intl.
INTL_DIR = ../intl
INTL = @INTLLIBS@
@ -209,7 +211,7 @@ CXXFLAGS = -g -O
INTERNAL_CFLAGS = $(CFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
$(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
$(BFD_CFLAGS) $(MMALLOC_CFLAGS) $(INCLUDE_CFLAGS) \
$(INTL_CFLAGS) $(ENABLE_CFLAGS)
$(INTL_CFLAGS) $(ENABLE_CFLAGS) $(WARN_CFLAGS)
# LDFLAGS is specifically reserved for setting from the command line
# when running make.
@ -538,9 +540,6 @@ NTSSTART = kdb-start.o
SUBDIRS = doc \
testsuite \
$(start-sanitize-mswin) \
mswin \
$(end-sanitize-mswin) \
nlm
# For now, shortcut the "configure GDB for fewer languages" stuff.

View File

@ -74,12 +74,6 @@ i[3456]86-*-unixware*) gdb_host=i386v4 ;;
i[3456]86-*-sysv*) gdb_host=i386v ;;
i[3456]86-*-isc*) gdb_host=i386v32 ;;
i[3456]86-*-cygwin32) gdb_host=cygwin32 ;;
i[3456]86-*-windows) gdb_host=windows
# start-sanitize-mswin
configdirs=mswin
# end-sanitize-mswin
gdb_cv_c_long_long=no
gdb_cv_printf_has_long_long=no ;;
m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
m68030-sony-*) gdb_host=news1000 ;;