diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-10-02 23:33:15 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-10-02 23:33:15 +0000 |
commit | bb9e5368431438fde839cce24cc9b46513a0311a (patch) | |
tree | fe29fadf6d652c2a93b1820f6c8a2edcc99979f6 | |
parent | 2d24a02138173b871323ce27638f420cce2344f2 (diff) | |
download | gdb-bb9e5368431438fde839cce24cc9b46513a0311a.zip gdb-bb9e5368431438fde839cce24cc9b46513a0311a.tar.gz gdb-bb9e5368431438fde839cce24cc9b46513a0311a.tar.bz2 |
Search and destroy; kill references to WinGDB bits.
* configure.host (i[3456]86-*-windows): Remove, no longer used.
* mswin: Remove directory, no longer used.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/Makefile.in | 7 | ||||
-rw-r--r-- | gdb/configure.host | 6 |
3 files changed, 8 insertions, 10 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b44beb3..2ab7934 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 6f4a9eb..180db63 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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. diff --git a/gdb/configure.host b/gdb/configure.host index cb67e30..f80836d 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -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 ;; |