From daaa1431ab75938df6a0289387638a29d723f3b7 Mon Sep 17 00:00:00 2001
From: law <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 7 Apr 1999 03:36:42 +0000
Subject: [PATCH] Resync 	* mh-windows disappears 	* Build more
 stuff on cygwin.  Use default CFLAGS/CXXFLAGS

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26237 138bc75d-0d04-0410-961f-82ee72b054a4
---
 config/ChangeLog  | 11 +++++++++++
 config/mh-cygwin  | 11 ++++-------
 config/mh-windows | 16 ----------------
 3 files changed, 15 insertions(+), 23 deletions(-)
 delete mode 100644 config/mh-windows

diff --git a/config/ChangeLog b/config/ChangeLog
index 0a641fc9bb57..6d9cdfcf086e 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -3,6 +3,17 @@ Tue Feb  2 22:51:21 1999 Philip Blundell  <philb@gnu.org>
 	* mh-armpic: New file.  Patch from Jim Pick <jim@jimpick.com>.
 	* mt-armpic: Likewise.
 
+Mon Jan 18 19:41:08 1999  Christopher Faylor <cgf@cygnus.com>
+
+	* cygwin.mh: Activate commented out dependencies for
+	gdb: libtermcap.
+
+Wed Nov 18 20:29:46 1998  Christopher Faylor <cgf@cygnus.com>
+
+	* cygwin.mh: Add extra libtermcap target information.
+	Add commented out dependency for gdb to libtermcap for
+	future readline requirement.
+
 Mon Nov  2 15:15:33 1998  Geoffrey Noer  <noer@cygnus.com>
 
         * mh-cygwin32: delete
diff --git a/config/mh-cygwin b/config/mh-cygwin
index 29f165667a1d..241027fb8deb 100644
--- a/config/mh-cygwin
+++ b/config/mh-cygwin
@@ -1,9 +1,6 @@
-# We don't want debugging info in Win32-hosted toolchains.
-# Accomplish this by overriding CFLAGS.
-CFLAGS=-O2
-CXXFLAGS=-O2
+EXTRA_TARGET_HOST_ALL_MODULES=all-libtermcap
+EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap
 
-# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
-# built without debugging information
+all-gdb: all-libtermcap
 
-LIBGCC2_DEBUG_CFLAGS=
+install-gdb: all-libtermcap
diff --git a/config/mh-windows b/config/mh-windows
deleted file mode 100644
index a5cc5d611df0..000000000000
--- a/config/mh-windows
+++ /dev/null
@@ -1,16 +0,0 @@
-CC=cc
-CFLAGS=
-RANLIB=true
-AR_FLAGS=
-
-.PHONY: windows
-windows: nmake.mak
-	@echo "Don't forget to setup setvars.mak!"
-
-nmake.mak: to-be-built
-	@echo Building nmake files
-	@$(srcdir)/gdb/mswin/genmakes
-
-to-be-built:
-	@echo Recording commands
-	@$(srcdir)/gdb/mswin/recordit
-- 
GitLab