diff options
author | Geoffrey Noer <noer@cygnus> | 1998-11-02 23:18:10 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1998-11-02 23:18:10 +0000 |
commit | 354a246b25d145778513e2b786e096be56077fea (patch) | |
tree | 2eaa5adacf6d049f829bb7e05894ea346c92751b /config | |
parent | c296a05229b9f8a6905a838eb921b44aaedc135c (diff) | |
download | gdb-354a246b25d145778513e2b786e096be56077fea.zip gdb-354a246b25d145778513e2b786e096be56077fea.tar.gz gdb-354a246b25d145778513e2b786e096be56077fea.tar.bz2 |
Mon Nov 2 15:15:33 1998 Geoffrey Noer <noer@cygnus.com>
* mh-cygwin32: delete
* mh-cygwin: was mh-cygwin32
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 2 | ||||
-rw-r--r-- | config/mh-cygwin32 | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index a3b1c58..1b1af3b 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -47,7 +47,7 @@ mh-aix386 mh-aix43 mh-apollo68 mh-cxux -mh-cygwin32 +mh-cygwin mh-decstation mh-delta88 mh-dgux diff --git a/config/mh-cygwin32 b/config/mh-cygwin32 deleted file mode 100644 index 29f1656..0000000 --- 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= |