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 /gdb/Makefile.in | |
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.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
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. |