diff options
author | Geoffrey Noer <noer@cygnus.com> | 1998-11-11 01:41:12 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-11-10 18:41:12 -0700 |
commit | 027ec0db99570a6a1d9ca7757024bf372c09a8ce (patch) | |
tree | 7b0f5e05eca709f3bc9d5fa199b4bf4e1ac9879d /config/mh-cygwin | |
parent | c227b1973c915b5b23a21499561800a3ac141fb0 (diff) | |
download | gcc-027ec0db99570a6a1d9ca7757024bf372c09a8ce.tar.gz |
mh-cygwin32: delete
Mon Nov 2 15:15:33 1998 Geoffrey Noer <noer@cygnus.com>
* mh-cygwin32: delete
* mh-cygwin: was mh-cygwin32
From-SVN: r23602
Diffstat (limited to 'config/mh-cygwin')
-rw-r--r-- | config/mh-cygwin | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/mh-cygwin b/config/mh-cygwin new file mode 100644 index 00000000000..29f165667a1 --- /dev/null +++ b/config/mh-cygwin @@ -0,0 +1,9 @@ +# We don't want debugging info in Win32-hosted toolchains. +# Accomplish this by overriding CFLAGS. +CFLAGS=-O2 +CXXFLAGS=-O2 + +# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be +# built without debugging information + +LIBGCC2_DEBUG_CFLAGS= |