Fix unportable shell quoting.
[deliverable/binutils-gdb.git] / config / mh-cygwin
index 29f165667a1d87578460625ce46bbc0f3332583d..3a9698b38eb85acc2fff004b1d08dc49d3f78315 100644 (file)
@@ -1,9 +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=
+all-gdb: maybe-all-libtermcap
+
+install-gdb: maybe-all-libtermcap
This page took 0.02466 seconds and 4 git commands to generate.