daily update
[deliverable/binutils-gdb.git] / config / mh-cygwin
index 7f23a7da34955da344f3dc46f8b0b71130e1703c..3a9698b38eb85acc2fff004b1d08dc49d3f78315 100644 (file)
@@ -1,15 +1,9 @@
-# We don't want debugging info in Win32-hosted toolchains.
-# Accomplish this by overriding CFLAGS.
-CFLAGS=-O2
-CXXFLAGS=-O2
+EXTRA_TARGET_HOST_ALL_MODULES=maybe-all-libtermcap
+EXTRA_TARGET_HOST_INSTALL_MODULES=maybe-install-libtermcap
 
-# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
-# built without debugging information
+# Increase stack limit to same as Linux default.
+LDFLAGS += -Wl,--stack,8388608
 
-LIBGCC2_DEBUG_CFLAGS=
-EXTRA_TARGET_HOST_ALL_MODULES=all-libtermcap
-EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap
+all-gdb: maybe-all-libtermcap
 
-all-gdb: all-libtermcap
-
-install-gdb: install-libtermcap
+install-gdb: maybe-all-libtermcap
This page took 0.023547 seconds and 4 git commands to generate.