From: Geoffrey Noer Date: Wed, 11 Nov 1998 01:41:12 +0000 (+0000) Subject: mh-cygwin32: delete X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=027ec0db99570a6a1d9ca7757024bf372c09a8ce;p=gcc.git mh-cygwin32: delete Mon Nov 2 15:15:33 1998 Geoffrey Noer * mh-cygwin32: delete * mh-cygwin: was mh-cygwin32 From-SVN: r23602 --- diff --git a/config/ChangeLog b/config/ChangeLog index 3ee80bda1d6..0adfa01e81d 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 2 15:15:33 1998 Geoffrey Noer + + * mh-cygwin32: delete + * mh-cygwin: was mh-cygwin32 + Mon Aug 31 17:50:53 1998 David Edelsohn * mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well. 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= diff --git a/config/mh-cygwin32 b/config/mh-cygwin32 deleted file mode 100644 index 29f165667a1..00000000000 --- a/config/mh-cygwin32 +++ /dev/null @@ -1,9 +0,0 @@ -# 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=