Search and destroy; kill references to WinGDB bits.
authorStan Shebs <shebs@codesourcery.com>
Fri, 2 Oct 1998 23:33:15 +0000 (23:33 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 2 Oct 1998 23:33:15 +0000 (23:33 +0000)
* configure.host (i[3456]86-*-windows): Remove, no longer used.
* mswin: Remove directory, no longer used.

gdb/ChangeLog
gdb/Makefile.in
gdb/configure.host

index b44beb37c22508652d76fd23679cbea9d2bdc656..2ab79340fe7b82f3afb830b637678c703625fe8d 100644 (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
index 6f4a9ebc284306f6e59b876534582eb785fadef7..180db6386cfea42d5c6eb8d6d1288bd254aa6ca8 100644 (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.
index cb67e3089425e5034744cd1db19fea3762bdfbb3..f80836d72294606d11adff8def52aa6b979267bf 100644 (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 ;;
This page took 0.02968 seconds and 4 git commands to generate.