diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-07 03:36:42 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-07 03:36:42 +0000 |
commit | daaa1431ab75938df6a0289387638a29d723f3b7 (patch) | |
tree | ef87501cf260a4e17349d34bbe0d6274417ca69e /config/mh-cygwin | |
parent | bdaa26ad0f2c9b4245c8cf8bef2b3c5db2dd5dec (diff) | |
download | gcc-daaa1431ab75938df6a0289387638a29d723f3b7.tar.gz |
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
Diffstat (limited to 'config/mh-cygwin')
-rw-r--r-- | config/mh-cygwin | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/config/mh-cygwin b/config/mh-cygwin index 29f165667a1..241027fb8de 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 |