diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-11 01:41:12 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-11 01:41:12 +0000 |
commit | 3e1ce1870e138129847f465a24417823d81141be (patch) | |
tree | 7b0f5e05eca709f3bc9d5fa199b4bf4e1ac9879d /config/mh-cygwin | |
parent | 45bc1218ddc1df1b454ed44e4cce9188021e4ed6 (diff) | |
download | gcc-3e1ce1870e138129847f465a24417823d81141be.tar.gz |
Mon Nov 2 15:15:33 1998 Geoffrey Noer <noer@cygnus.com>
* mh-cygwin32: delete
* mh-cygwin: was mh-cygwin32
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23602 138bc75d-0d04-0410-961f-82ee72b054a4
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= |